:right-sidebar: True glyph_extents_t =================================================================== .. currentmodule:: gi.repository.HarfBuzz .. class:: glyph_extents_t(*args, **kwargs) :no-contents-entry: Glyph extent values, measured in font units. Note that ``height`` is negative, in coordinate systems that grow up. Fields ------ .. rst-class:: interim-class .. class:: glyph_extents_t :no-index: .. attribute:: height Distance from the top extremum of the glyph to the bottom extremum. .. attribute:: width Distance from the left extremum of the glyph to the right extremum. .. attribute:: x_bearing Distance from the x-origin to the left extremum of the glyph. .. attribute:: y_bearing Distance from the top extremum of the glyph to the y-origin.