MPLAB® Harmony Graphics Suite
|
Gets the font for a string table string
LIB_EXPORT leFont* leStringTable_GetStringFont( const leStringTable* table, uint32_t stringID, uint32_t languageID );
Parameters |
Description |
const leStringTable* table |
the table to query |
uint32_t stringID |
the string to query |
uint32_t languageID |
the language to query |
leFont* - the font for the string
MPLAB® Harmony Graphics Suite
|