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