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 intALTERNATE(package private) static intCHAINED_CONTEXTUAL(package private) static intCONTEXTUAL(package private) static intEXTENSION(package private) static intLIGATURE(package private) static intMULTIPLE(package private) static intREVERSE_CHAINED_SINGLE(package private) static intSINGLE
-
Constructor Summary
Constructors Modifier Constructor Description privateGSUBLookupType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intgetSubtableType(int lt)static java.lang.StringtoString(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
-
-