113:71ba88258ea0 | 114:5b91bbab1ac0 |
---|---|
51 #define ASC_TEXT_CENTERED_FLAG 0x04 | 51 #define ASC_TEXT_CENTERED_FLAG 0x04 |
52 | 52 |
53 struct asc_text_create_args { | 53 struct asc_text_create_args { |
54 int x; | 54 int x; |
55 int y; | 55 int y; |
56 const char *name; | |
56 char const *text; | 57 char const *text; |
57 enum asc_text_alignment alignment; | 58 enum asc_text_alignment alignment; |
58 unsigned short max_width; | 59 unsigned short max_width; |
59 }; | 60 }; |
60 | 61 |