Class (GI Struct)

HarfBuzz-0.0HarfBuzzglyph_extents_t

Glyph extent values, measured in font units.

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

Index

Constructors

  • Parameters

    • Optionalproperties: Partial<{ height: number; width: number; x_bearing: number; y_bearing: number }>

    Returns glyph_extents_t

Properties

height: number
width: number
x_bearing: number
y_bearing: number