MPLAB® Harmony Graphics Suite
|
Structure: laString_t
Members |
Description |
GFXU_CHAR* data; |
local string data storage |
uint32_t capacity; |
actual memory capacity of the string |
uint32_t length; |
actual length of the string, typically this is capacity - 1, but can be less. |
GFXU_FontAsset* font; |
the font that contains the glyph raster data for this string |
int32_t table_index; |
if this is not LA_STRING_NULLIDX then this string is referencing an index in the string table. string table references are read-only but can be extracted to local modifiable versions |
None.
MPLAB® Harmony Graphics Suite
|