text align
This commit is contained in:
parent
6661936188
commit
f1bd085384
@ -414,6 +414,15 @@ interface IStyle {
|
|||||||
|
|
||||||
noStroke?: boolean;
|
noStroke?: boolean;
|
||||||
noFill?: boolean;
|
noFill?: boolean;
|
||||||
|
|
||||||
|
textAlign?: "center" | "end" | "left" | "right" | "start";
|
||||||
|
textBaseline?:
|
||||||
|
| "alphabetic"
|
||||||
|
| "top"
|
||||||
|
| "hanging"
|
||||||
|
| "middle"
|
||||||
|
| "ideographic"
|
||||||
|
| "bottom";
|
||||||
}
|
}
|
||||||
|
|
||||||
interface IDrawable {
|
interface IDrawable {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user