MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > h) String Functions > leStringTable_GetStringFont Function
MPLAB® Harmony Graphics Suite
leStringTable_GetStringFont Function

Gets the font for a string table string

C
LIB_EXPORT leFont* leStringTable_GetStringFont(
    const leStringTable* table, 
    uint32_t stringID, 
    uint32_t languageID
);
Parameters
Parameters 
Description 
const leStringTable* table 
the table to query 
uint32_t stringID 
the string to query 
uint32_t languageID 
the language to query 
Returns

leFont* - the font for the string

MPLAB® Harmony Graphics Suite