crafter-build V2
This commit is contained in:
parent
8b12dc39b3
commit
8a2fd33efc
5 changed files with 138 additions and 216 deletions
|
|
@ -30,6 +30,12 @@ export namespace Crafter {
|
|||
Right
|
||||
};
|
||||
|
||||
enum class TextVerticalAlignment {
|
||||
Top,
|
||||
Middle,
|
||||
Down
|
||||
};
|
||||
|
||||
enum class TextOverflowMode {
|
||||
Clip,
|
||||
Wrap
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue