MPLAB® Harmony Graphics Suite
|
Gets the line bounding rectangle for a C-style string
LIB_EXPORT leResult leStringUtils_GetLineRectCStr( const char* str, const leFont* font, uint32_t line, leRect* rect );
Parameters |
Description |
const char* str |
the source C string |
const leFont* font |
the font to reference |
uint32_t line |
the line index to reference |
leRect* rect |
will contain the line bounding rectangle |
leResult - the result of the operation
MPLAB® Harmony Graphics Suite
|