Struct
PangoTabArray
since: 1.0
Description [src]
struct PangoTabArray {
/* No available fields */
}
A PangoTabArray
contains an array of tab stops.
PangoTabArray
can be used to set tab stops in a PangoLayout
.
Each tab stop has an alignment, a position, and optionally
a character to use as decimal point.
Available since: 1.0
Constructors
pango_tab_array_new_with_positions
Creates a PangoTabArray
and allows you to specify the alignment
and position of each tab stop.
since: 1.0
Instance methods
pango_tab_array_get_positions_in_pixels
Returns TRUE
if the tab positions are in pixels,
FALSE
if they are in Pango units.
since: 1.0
pango_tab_array_get_tabs
If non-NULL
, alignments
and locations
are filled with allocated arrays.
since: 1.0
pango_tab_array_set_positions_in_pixels
Sets whether positions in this array are specified in pixels.
since: 1.50
pango_tab_array_sort
Utility function to ensure that the tab stops are in increasing order.
since: 1.50