public class VariationAxis
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ITALIC
Registered tag for the roman/italic axis.
|
static int |
length |
static int |
OPTICAL_SIZE
Registered tag for the optical-size axis.
|
static int |
SLANT
Registered tag for the slant axis.
|
static int |
WEIGHT
Registered tag for the weight axis.
|
static int |
WIDTH
Registered tag for the width axis.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String variationAxisName) |
static java.lang.String |
getName(int variationAxis) |
static int[] |
getValues() |
static java.lang.String |
toString(int variationAxis) |
public static int ITALIC
public static int OPTICAL_SIZE
public static int SLANT
public static int WEIGHT
public static int WIDTH
public static int length