|
EasyGUI
|
Font description structures and flags. More...
Data Structures | |
| struct | gui_font_char_t |
| GUI FONT character information. More... | |
| struct | gui_font_t |
| FONT structure for writing usage. More... | |
| struct | gui_font_charentry_t |
| Char temporary entry stored in RAM for faster copy with blending operations. More... | |
Macros | |
| #define | GUI_FLAG_FONT_AA ((uint8_t)0x01) |
| #define | GUI_FLAG_TEXT_RIGHTALIGN ((uint8_t)0x02) |
| #define | GUI_FLAG_TEXT_MULTILINE ((uint8_t)0x04) |
| #define | GUI_FLAG_TEXT_EDITMODE ((uint8_t)0x08) |
Font description structures and flags.
| #define GUI_FLAG_FONT_AA ((uint8_t)0x01) |
Indicates anti-alliasing on font
| #define GUI_FLAG_TEXT_EDITMODE ((uint8_t)0x08) |
Edit mode is enabled on text
| #define GUI_FLAG_TEXT_MULTILINE ((uint8_t)0x04) |
Indicates multi line support on widget
| #define GUI_FLAG_TEXT_RIGHTALIGN ((uint8_t)0x02) |
Indicates right align text if string length is too wide for rectangle