Enumeration (GI Enum)

HarfBuzz-0.0HarfBuzzdirection_t

The direction of a text segment or buffer.

A segment can also be tested for horizontal or vertical orientation (irrespective of specific direction) with HB_DIRECTION_IS_HORIZONTAL() or HB_DIRECTION_IS_VERTICAL().

Index

Enumeration Members

Enumeration Members

BTT: number

Text is set vertically from bottom to top.

INVALID: number

Initial, unset direction.

LTR: number

Text is set horizontally from left to right.

RTL: number

Text is set horizontally from right to left.

TTB: number

Text is set vertically from top to bottom.