mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-17 08:55:05 -04:00
added rotation attribute to text element, see #159
This commit is contained in:
parent
302e925a24
commit
0f338cdecb
@ -31,6 +31,7 @@ public class DummyElement implements Element {
|
|||||||
*/
|
*/
|
||||||
public static final ElementTypeDescription TEXTDESCRIPTION = new ElementTypeDescription("Text", DummyElement.class)
|
public static final ElementTypeDescription TEXTDESCRIPTION = new ElementTypeDescription("Text", DummyElement.class)
|
||||||
.addAttribute(Keys.DESCRIPTION)
|
.addAttribute(Keys.DESCRIPTION)
|
||||||
|
.addAttribute(Keys.ROTATE)
|
||||||
.addAttribute(Keys.FONT_SIZE);
|
.addAttribute(Keys.FONT_SIZE);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user