Description Methods and Functions Detailed Description Structures Enums and Flags Author(s) References
Structures for storing tab stops
pangoTabArrayNew(initial.size, positions.in.pixels)
pangoTabArrayNewWithPositions(size, positions.in.pixels, ...)
pangoTabArrayCopy(object)
pangoTabArrayGetSize(object)
pangoTabArrayResize(object, new.size)
pangoTabArraySetTab(object, tab.index, alignment, location)
pangoTabArrayGetTab(object, tab.index)
pangoTabArrayGetTabs(object)
pangoTabArrayGetPositionsInPixels(object)
Functions in this section are used to deal with PangoTabArray
objects
that can be used to set tab stop positions in a PangoLayout
.
PangoTabArray
A PangoTabArray
struct contains a list
of tab stops. Each tab stop has an alignment and a position.
PangoTabAlign
A PangoTabAlign
specifies where a tab stop appears relative to the text.
left
the tab stop appears to the left of the text.
Derived by RGtkGen from GTK+ documentation
https://developer.gnome.org/pango/stable/pango-Tab-Stops.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.