Class OTFAdvancedTypographicTableReader.GSUBLookupType
- java.lang.Object
-
- org.apache.fop.complexscripts.fonts.OTFAdvancedTypographicTableReader.GSUBLookupType
-
- Enclosing class:
- OTFAdvancedTypographicTableReader
static final class OTFAdvancedTypographicTableReader.GSUBLookupType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static int
ALTERNATE
(package private) static int
CHAINED_CONTEXTUAL
(package private) static int
CONTEXTUAL
(package private) static int
EXTENSION
(package private) static int
LIGATURE
(package private) static int
MULTIPLE
(package private) static int
REVERSE_CHAINED_SINGLE
(package private) static int
SINGLE
-
Constructor Summary
Constructors Modifier Constructor Description private
GSUBLookupType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
getSubtableType(int lt)
static java.lang.String
toString(int type)
-
-
-
Field Detail
-
SINGLE
static final int SINGLE
- See Also:
- Constant Field Values
-
MULTIPLE
static final int MULTIPLE
- See Also:
- Constant Field Values
-
ALTERNATE
static final int ALTERNATE
- See Also:
- Constant Field Values
-
LIGATURE
static final int LIGATURE
- See Also:
- Constant Field Values
-
CONTEXTUAL
static final int CONTEXTUAL
- See Also:
- Constant Field Values
-
CHAINED_CONTEXTUAL
static final int CHAINED_CONTEXTUAL
- See Also:
- Constant Field Values
-
EXTENSION
static final int EXTENSION
- See Also:
- Constant Field Values
-
REVERSE_CHAINED_SINGLE
static final int REVERSE_CHAINED_SINGLE
- See Also:
- Constant Field Values
-
-