HarfBuzz.glyph_extents_t

Fields

Name

Type

Access

Description

height

int

r/w

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

width

int

r/w

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

x_bearing

int

r/w

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

y_bearing

int

r/w

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

Methods

None

Details

class HarfBuzz.glyph_extents_t

Glyph extent values, measured in font units.

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