text rendering fixes
This commit is contained in:
parent
5ffe1404fc
commit
ef8d623525
2 changed files with 37 additions and 13 deletions
|
|
@ -30,6 +30,12 @@ export namespace Crafter {
|
|||
Right
|
||||
};
|
||||
|
||||
enum class TextVerticalAlignment {
|
||||
Top,
|
||||
Center,
|
||||
Bottom
|
||||
};
|
||||
|
||||
enum class TextOverflowMode {
|
||||
Clip,
|
||||
Wrap
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue