Enumeration
PangoTabAlign
Description [src]
PangoTabAlign
specifies where the text appears relative to the tab stop position.
Support for tab alignments other than PANGO_TAB_LEFT
was added
in Pango 1.50.
Members
Name | Description |
---|---|
PANGO_TAB_LEFT |
The text appears to the right of the tab stop position. |
PANGO_TAB_RIGHT |
The text appears to the left of the tab stop position until the available space is filled. |
PANGO_TAB_CENTER |
The text is centered at the tab stop position until the available space is filled. |
PANGO_TAB_DECIMAL |
Text before the first ‘.’ appears to the left of the tab stop position (until the available space is filled), the rest to the right. |