Enum Class Direction

java.lang.Object
java.lang.Enum<Direction>
org.freedesktop.harfbuzz.Direction
All Implemented Interfaces:
Enumeration, Serializable, Comparable<Direction>, Constable

@Generated("io.github.jwharm.JavaGI") public enum Direction extends Enum<Direction> implements Enumeration
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().