MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > d) Font Functions > leFont_GetGlyphInfo Function
MPLAB® Harmony Graphics Suite
leFont_GetGlyphInfo Function
C
leResult leFont_GetGlyphInfo(
    const leFont* fnt, 
    uint32_t codepoint, 
    leFontGlyph* glyph
);
Parameters
Parameters 
Description 
const leFont* fnt 
the font to query 
uint32_t codepoint 
the codepoint to lookup 
leFontGlyph* glyph 
the glyph data that was retrieved 
MPLAB® Harmony Graphics Suite