MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > h) String Functions > leStringRenderer_DrawCString Function
MPLAB® Harmony Graphics Suite
leStringRenderer_DrawCString Function

draws a leChar string buffer

C
leResult leStringRenderer_DrawCString(
    leCStringRenderRequest* req
);
Parameters
Parameters 
Description 
leCStringRenderRequest* req 
the render request details 
Returns

leResult - the result of the operation

MPLAB® Harmony Graphics Suite