MPLAB® Harmony Graphics Suite
|
LIB_EXPORT void laString_GetLineRect( laString* str, uint32_t start, GFX_Rect* rect, uint32_t * end );
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) |
void
MPLAB® Harmony Graphics Suite
|