TabAlign

class TabAlign

PangoTabAlign specifies where the text appears relative to the tab stop position.

Fields

class TabAlign
CENTER

The text is centered at the tab stop position until the available space is filled. Since: 1.50

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. Since: 1.50

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. Since: 1.50