Uses of Class
org.apache.fop.complexscripts.fonts.GlyphClassTable
-
Packages that use GlyphClassTable Package Description org.apache.fop.complexscripts.fonts -
-
Uses of GlyphClassTable in org.apache.fop.complexscripts.fonts
Fields in org.apache.fop.complexscripts.fonts declared as GlyphClassTable Modifier and Type Field Description private GlyphClassTable
GlyphPositioningTable.ChainedContextualSubtableFormat2. bcdt
private GlyphClassTable
GlyphSubstitutionTable.ChainedContextualSubtableFormat2. bcdt
private GlyphClassTable
GlyphPositioningTable.ContextualSubtableFormat2. cdt
private GlyphClassTable
GlyphSubstitutionTable.ContextualSubtableFormat2. cdt
private GlyphClassTable
GlyphPositioningTable.PairSubtableFormat2. cdt1
private GlyphClassTable
GlyphPositioningTable.PairSubtableFormat2. cdt2
private GlyphClassTable
GlyphPositioningTable.ChainedContextualSubtableFormat2. icdt
private GlyphClassTable
GlyphSubstitutionTable.ChainedContextualSubtableFormat2. icdt
private GlyphClassTable
GlyphPositioningTable.ChainedContextualSubtableFormat2. lcdt
private GlyphClassTable
GlyphSubstitutionTable.ChainedContextualSubtableFormat2. lcdt
Methods in org.apache.fop.complexscripts.fonts that return GlyphClassTable Modifier and Type Method Description static GlyphClassTable
GlyphClassTable. createClassTable(java.util.List entries)
Create glyph class table.private GlyphClassTable
OTFAdvancedTypographicTableReader. readClassDefTable(java.lang.String label, long tableOffset)
private GlyphClassTable
OTFAdvancedTypographicTableReader. readClassDefTableFormat1(java.lang.String label, long tableOffset, int classFormat)
private GlyphClassTable
OTFAdvancedTypographicTableReader. readClassDefTableFormat2(java.lang.String label, long tableOffset, int classFormat)
Methods in org.apache.fop.complexscripts.fonts with parameters of type GlyphClassTable Modifier and Type Method Description private boolean
GlyphPositioningTable.ChainedContextualSubtableFormat2. matches(GlyphPositioningState ps, GlyphClassTable cdt, int[] classes, int offset, int[] rv)
(package private) static boolean
GlyphPositioningTable.ContextualSubtableFormat2. matches(GlyphPositioningState ps, GlyphClassTable cdt, int[] classes, int offset, int[] rv)
private boolean
GlyphSubstitutionTable.ChainedContextualSubtableFormat2. matches(GlyphSubstitutionState ss, GlyphClassTable cdt, int[] classes, int offset, int[] rv)
(package private) static boolean
GlyphSubstitutionTable.ContextualSubtableFormat2. matches(GlyphSubstitutionState ss, GlyphClassTable cdt, int[] classes, int offset, int[] rv)
-