public final class CTFontOrientation
extends java.lang.Object
Specifies the intended rendering orientation of the font for obtaining glyph metrics.
| Modifier and Type | Field and Description |
|---|---|
static int |
DefaultOrientation
Deprecated.
|
static int |
HorizontalOrientation
Deprecated.
|
static int |
OrientationDefault |
static int |
OrientationHorizontal |
static int |
OrientationVertical |
static int |
VerticalOrientation
Deprecated.
|
public static final int OrientationDefault
public static final int OrientationHorizontal
public static final int OrientationVertical
@Deprecated public static final int DefaultOrientation
@Deprecated public static final int HorizontalOrientation
@Deprecated public static final int VerticalOrientation