Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
hb_glyph_extents_t Struct Reference

#include <hb-common.h>

Data Fields

hb_position_t x_bearing
 
hb_position_t y_bearing
 
hb_position_t width
 
hb_position_t height
 

Detailed Description

hb_glyph_extents_t: @x_bearing: Distance from the x-origin to the left extremum of the glyph. @y_bearing: Distance from the top extremum of the glyph to the y-origin. @width: Distance from the left extremum of the glyph to the right extremum. @height: Distance from the top extremum of the glyph to the bottom extremum.

Glyph extent values, measured in font units.

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

Definition at line 936 of file hb-common.h.

Field Documentation

◆ height

hb_position_t hb_glyph_extents_t::height

Definition at line 940 of file hb-common.h.

◆ width

hb_position_t hb_glyph_extents_t::width

Definition at line 939 of file hb-common.h.

◆ x_bearing

hb_position_t hb_glyph_extents_t::x_bearing

Definition at line 937 of file hb-common.h.

◆ y_bearing

hb_position_t hb_glyph_extents_t::y_bearing

Definition at line 938 of file hb-common.h.


The documentation for this struct was generated from the following file: