MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laString_GetMultiLineRect Function
MPLAB® Harmony Graphics Suite
laString_GetMultiLineRect Function
C
LIB_EXPORT void laString_GetMultiLineRect(
    laString* str, 
    GFX_Rect* rect, 
    int32_t lineSpace
);
Parameters
Parameters 
Description 
laString* str 
the string to reference 
GFX_Rect* rect 
the calculated string rectangle result 
int32_t lineSpace 
the space between lines. if -1, will use font ascent 
Returns

void

MPLAB® Harmony Graphics Suite