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

uint32_t - the ascent of the string

MPLAB® Harmony Graphics Suite