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