Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <hb-common.h>
Data Fields | |
hb_position_t | x_bearing |
hb_position_t | y_bearing |
hb_position_t | width |
hb_position_t | height |
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.
hb_position_t hb_glyph_extents_t::height |
Definition at line 940 of file hb-common.h.
hb_position_t hb_glyph_extents_t::width |
Definition at line 939 of file hb-common.h.
hb_position_t hb_glyph_extents_t::x_bearing |
Definition at line 937 of file hb-common.h.
hb_position_t hb_glyph_extents_t::y_bearing |
Definition at line 938 of file hb-common.h.