Module: Pango::TabAlign

Defined in:
(unknown)

Constant Summary collapse

LEFT =

the text appears to the right of the tab stop position

0 or :left
RIGHT =

the text appears to the left of the tab stop position
until the available space is filled. Since: 1.50

1 or :right
CENTER =

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

2 or :center
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

3 or :decimal