Module: Pango::Direction

Defined in:
(unknown)

Constant Summary collapse

LTR =

A strong left-to-right direction

0 or :ltr
RTL =

A strong right-to-left direction

1 or :rtl
TTB_LTR =

Deprecated value; treated the

same as %PANGO_DIRECTION_RTL.
2 or :ttb_ltr
TTB_RTL =

Deprecated value; treated the

same as %PANGO_DIRECTION_LTR
3 or :ttb_rtl
WEAK_LTR =

A weak left-to-right direction

4 or :weak_ltr
WEAK_RTL =

A weak right-to-left direction

5 or :weak_rtl
NEUTRAL =

No direction specified

6 or :neutral