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

draws a C-style string buffer

C
leResult leStringRenderer_DrawUString(
    leUStringRenderRequest* req
);
Parameters
Parameters 
Description 
leUStringRenderRequest* req 
the render request details 
Returns

leResult - the result of the operation

MPLAB® Harmony Graphics Suite