Data Structures | |
| struct | _Evas_Textgrid_Cell |
| The values that describes each cell. More... | |
Typedefs | |
| typedef struct _Evas_Textgrid_Cell | Evas_Textgrid_Cell |
| The values that describes each cell. More... | |
Enumerations | |
| enum | Evas_Textgrid_Palette { EVAS_TEXTGRID_PALETTE_NONE, EVAS_TEXTGRID_PALETTE_STANDARD, EVAS_TEXTGRID_PALETTE_EXTENDED, EVAS_TEXTGRID_PALETTE_LAST } |
| The palette to use for the foreground and background colors. More... | |
| enum | Evas_Textgrid_Font_Style { EVAS_TEXTGRID_FONT_STYLE_NORMAL = (1 << 0), EVAS_TEXTGRID_FONT_STYLE_BOLD = (1 << 1), EVAS_TEXTGRID_FONT_STYLE_ITALIC = (1 << 2) } |
| The style to give to each character of the grid. More... | |
The values that describes each cell.