MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > d) Font Functions > leFont_DrawUnknownGlyph Function
MPLAB® Harmony Graphics Suite
leFont_DrawUnknownGlyph Function
C
void leFont_DrawUnknownGlyph(
    int32_t x, 
    int32_t y, 
    const leFontGlyph* glyph, 
    leColor clr, 
    uint32_t a
);
Parameters
Parameters 
Description 
int32_t x 
the screen x location to draw 
int32_t y 
the screen y location to draw 
const leFontGlyph* glyph 
the glyph kerning information 
leColor clr 
the glyph render color 
uint32_t alpha 
a global alpha value to apply 
MPLAB® Harmony Graphics Suite