Struct
PangoLayoutLine
since: 1.0
Description
struct PangoLayoutLine {
PangoLayout* layout;
gint start_index;
gint length;
GSList* runs;
guint is_paragraph_start : 1;
guint resolved_dir : 3;
}
No description available.
Structure members
layout
- No description available.
start_index
- No description available.
length
- No description available.
runs
- No description available.
is_paragraph_start
- No description available.
resolved_dir
- No description available.
Available since: 1.0