MPLAB® Harmony Graphics Suite
|
LIB_EXPORT void laString_GetMultiLineRect( laString* str, GFX_Rect* rect, int32_t lineSpace );
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 |
void
MPLAB® Harmony Graphics Suite
|