Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <pango-layout.h>
Data Fields | |
PangoLayout * | layout |
gint | start_index |
gint | length |
GSList * | runs |
guint | is_paragraph_start: 1 |
guint | resolved_dir: 3 |
PangoLayoutLine: @layout: (nullable): the layout this line belongs to, might be NULL @start_index: start of line as byte index into layout->text @length: length of line in bytes @runs: (nullable) (element-type Pango.LayoutRun): list of runs in the line, from left to right @is_paragraph_start: TRUE if this is the first line of the paragraph @resolved_dir: #Resolved PangoDirection of line
A PangoLayoutLine
represents one of the lines resulting from laying out a paragraph via PangoLayout
.
PangoLayoutLine
structures are obtained by calling [metho.nosp@m.d@Pa.nosp@m.ngo.L.nosp@m.ayou.nosp@m.t.get.nosp@m._lin.nosp@m.e] and are only valid until the text, attributes, or settings of the parent PangoLayout
are modified.
Definition at line 126 of file pango-layout.h.
guint _PangoLayoutLine::is_paragraph_start |
Definition at line 132 of file pango-layout.h.
PangoLayout* _PangoLayoutLine::layout |
Definition at line 128 of file pango-layout.h.
gint _PangoLayoutLine::length |
Definition at line 130 of file pango-layout.h.
guint _PangoLayoutLine::resolved_dir |
Definition at line 133 of file pango-layout.h.
GSList* _PangoLayoutLine::runs |
Definition at line 131 of file pango-layout.h.
gint _PangoLayoutLine::start_index |
Definition at line 129 of file pango-layout.h.