Class OTFAdvancedTypographicTableReader.GPOSLookupType
- java.lang.Object
-
- org.apache.fop.complexscripts.fonts.OTFAdvancedTypographicTableReader.GPOSLookupType
-
- Enclosing class:
- OTFAdvancedTypographicTableReader
static final class OTFAdvancedTypographicTableReader.GPOSLookupType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static intCHAINED_CONTEXTUAL(package private) static intCONTEXTUAL(package private) static intCURSIVE(package private) static intEXTENSION(package private) static intMARK_TO_BASE(package private) static intMARK_TO_LIGATURE(package private) static intMARK_TO_MARK(package private) static intPAIR(package private) static intSINGLE
-
Constructor Summary
Constructors Modifier Constructor Description privateGPOSLookupType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringtoString(int type)
-
-
-
Field Detail
-
SINGLE
static final int SINGLE
- See Also:
- Constant Field Values
-
PAIR
static final int PAIR
- See Also:
- Constant Field Values
-
CURSIVE
static final int CURSIVE
- See Also:
- Constant Field Values
-
MARK_TO_BASE
static final int MARK_TO_BASE
- See Also:
- Constant Field Values
-
MARK_TO_LIGATURE
static final int MARK_TO_LIGATURE
- See Also:
- Constant Field Values
-
MARK_TO_MARK
static final int MARK_TO_MARK
- 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
-
-