MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laString_Draw Function
MPLAB® Harmony Graphics Suite
laString_Draw Function
C
LIB_EXPORT void laString_Draw(
    laString* str, 
    int32_t x, 
    int32_t y, 
    GFXU_ExternalAssetReader** reader
);
Parameters
Parameters 
Description 
laString* str 
the string to draw 
int32_t x 
x position to render at 
int32_t y 
y position to render at 
GFXU_ExternalAssetReader** reader 
external reader state machine, if string font is located external 
Returns

void

MPLAB® Harmony Graphics Suite