Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <pango-glyph.h>
Data Fields | |
PangoGlyphUnit | width |
PangoGlyphUnit | x_offset |
PangoGlyphUnit | y_offset |
PangoGlyphGeometry: @width: the logical width to use for the the character. @x_offset: horizontal offset from nominal character position. @y_offset: vertical offset from nominal character position.
The PangoGlyphGeometry
structure contains width and positioning information for a single glyph.
Note that @width is not guaranteed to be the same as the glyph extents. Kerning and other positioning applied during shaping will affect both the @width and the @x_offset for the glyphs in the glyph string that results from shaping.
The information in this struct is intended for rendering the glyphs, as follows:
Definition at line 78 of file pango-glyph.h.
PangoGlyphUnit _PangoGlyphGeometry::width |
Definition at line 80 of file pango-glyph.h.
PangoGlyphUnit _PangoGlyphGeometry::x_offset |
Definition at line 81 of file pango-glyph.h.
PangoGlyphUnit _PangoGlyphGeometry::y_offset |
Definition at line 82 of file pango-glyph.h.