MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > d) Font Functions > leFont_DrawGlyphRow Function
MPLAB® Harmony Graphics Suite
leFont_DrawGlyphRow Function
C
void leFont_DrawGlyphRow(
    leFontBPP bpp, 
    const uint8_t* data, 
    int32_t x, 
    int32_t y, 
    int32_t colStart, 
    int32_t colEnd, 
    leColor clr, 
    uint32_t a
);
Parameters
Parameters 
Description 
leFontBPP bpp 
the data format of the row data 
const uint8_t* data 
the data to reference 
int32_t x 
the screen x location to draw 
int32_t y 
the screen y location to draw 
int32_t colStart 
index of the start of the data 
int32_t colEnd 
index of the end of the data 
leColor clr 
the glyph render color 
uint32_t alpha 
a global alpha value to apply 
MPLAB® Harmony Graphics Suite