TabAlign
Description:
[ CCode ( cprefix = "PANGO_TAB_" , type_id = "pango_tab_align_get_type ()" ) ]
public enum TabAlign
`PangoTabAlign` specifies where the text appears relative to the tab stop position.
Content:
Enum values:
- CENTER - the text is centered at the tab stop
position until the available space is filled.
- DECIMAL - text before the first occurrence
of the decimal point character appears to the left of the tab stop position (until the available space is filled), the rest to the
right.
- LEFT - the text appears to the right of the tab
stop position
- RIGHT - the text appears to the left of the
tab stop position until the available space is filled.