MPLAB® Harmony Graphics Suite
|
leResult leFont_GetGlyphInfo( const leFont* fnt, uint32_t codepoint, leFontGlyph* glyph );
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
|