MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laString_GetHeight Function
MPLAB® Harmony Graphics Suite
laString_GetHeight Function
C
LIB_EXPORT uint32_t laString_GetHeight(
    laString* str
);
Parameters
Parameters 
Description 
laString* str 
the string to reference 
Returns

uint32_t - the height of the string

MPLAB® Harmony Graphics Suite