Textgrid objects manage chunks of text as a 2D grid of cells, each of which contains a single unicode character with color and style formatting information. More...
Data Structures | |
struct | _Evas_Textgrid_Cell |
A cell contains a single unicode character, with associated formatting data including style, color, and color palette. More... | |
Textgrid objects manage chunks of text as a 2D grid of cells, each of which contains a single unicode character with color and style formatting information.
The object's text can be interacted with character-by-character or by row.