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