Added text alignment support.

This commit is contained in:
2023-10-09 17:55:46 -05:00
parent 52c473b029
commit 8df7cd23ea
5 changed files with 67 additions and 1 deletions

View File

@ -59,6 +59,8 @@ namespace Dawn {
bool_t ignoreAlignmentUpdate = false;
bool_t hasDecorations = false;
void updateTextAlignments();
public:
int32_t quadStart = 0;
int32_t quadCount = -1;