MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laString_GetLineRect Function
MPLAB® Harmony Graphics Suite
laString_GetLineRect Function
C
LIB_EXPORT void laString_GetLineRect(
    laString* str, 
    uint32_t start, 
    GFX_Rect* rect, 
    uint32_t * end
);
Parameters
Parameters 
Description 
laString* str 
the string to reference 
uint32_t start 
the start offset of the line in the string 
GFX_Rect* rect 
the calculated string rectangle result 
uint32_t * end 
the calculated end of the line (including line feed or end of string) 
Returns

void

MPLAB® Harmony Graphics Suite