Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <pango-glyph.h>
Data Fields | |
PangoGlyph | glyph |
PangoGlyphGeometry | geometry |
PangoGlyphVisAttr | attr |
PangoGlyphInfo: @glyph: the glyph itself. @geometry: the positional information about the glyph. @attr: the visual attributes of the glyph.
A PangoGlyphInfo
structure represents a single glyph with positioning information and visual attributes.
Definition at line 120 of file pango-glyph.h.
PangoGlyphVisAttr _PangoGlyphInfo::attr |
Definition at line 124 of file pango-glyph.h.
PangoGlyphGeometry _PangoGlyphInfo::geometry |
Definition at line 123 of file pango-glyph.h.
PangoGlyph _PangoGlyphInfo::glyph |
Definition at line 122 of file pango-glyph.h.