MPLAB® Harmony Graphics Suite
|
Parameters |
Description |
const leFont* fnt |
the font object to draw |
const leFontGlyph* glyph |
the glyph kerning information |
const uint8_t* data |
the data buffer to reference |
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
|