hb_glyph_extents_t

Glyph extent values, measured in font units.

Note that @height is negative, in coordinate systems that grow up.

Members

Variables

height
hb_position_t height;

Distance from the top extremum of the glyph to the bottom extremum.

width
hb_position_t width;

Distance from the left extremum of the glyph to the right extremum.

xBearing
hb_position_t xBearing;

Distance from the x-origin to the left extremum of the glyph.

yBearing
hb_position_t yBearing;

Distance from the top extremum of the glyph to the y-origin.

Meta