PangoLayoutLine
struct PangoLayoutLine {
}
- bitfield0
uint bitfield0;
Undocumented in source.
- layout
PangoLayout* layout;
Undocumented in source.
- length
int length;
Undocumented in source.
- runs
GSList* runs;
Undocumented in source.
- startIndex
int startIndex;
Undocumented in source.
gtkc pangotypes
aliasesenumsstructsvariables
The PangoLayoutLine structure represents one of the lines resulting from laying out a paragraph via PangoLayout. PangoLayoutLine structures are obtained by calling pango_layout_get_line() and are only valid until the text, attributes, or settings of the parent PangoLayout are modified. Routines for rendering PangoLayout objects are provided in code specific to each rendering system.