Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
_PangoLayoutLine Struct Reference

#include <pango-layout.h>

Data Fields

PangoLayoutlayout
 
gint start_index
 
gint length
 
GSListruns
 
guint is_paragraph_start: 1
 
guint resolved_dir: 3
 

Detailed Description

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.

Field Documentation

◆ is_paragraph_start

guint _PangoLayoutLine::is_paragraph_start

Definition at line 132 of file pango-layout.h.

◆ layout

PangoLayout* _PangoLayoutLine::layout

Definition at line 128 of file pango-layout.h.

◆ length

gint _PangoLayoutLine::length

Definition at line 130 of file pango-layout.h.

◆ resolved_dir

guint _PangoLayoutLine::resolved_dir

Definition at line 133 of file pango-layout.h.

◆ runs

GSList* _PangoLayoutLine::runs

Definition at line 131 of file pango-layout.h.

◆ start_index

gint _PangoLayoutLine::start_index

Definition at line 129 of file pango-layout.h.


The documentation for this struct was generated from the following file: