Uses of Class
org.apache.fontbox.ttf.table.gsub.LookupTypeMultipleSubstitutionFormat1
-
Packages that use LookupTypeMultipleSubstitutionFormat1 Package Description org.apache.fontbox.ttf.gsub This package contains utility classes which extract meanigful data from the highly obfuscated GSUB table structures. -
-
Uses of LookupTypeMultipleSubstitutionFormat1 in org.apache.fontbox.ttf.gsub
Methods in org.apache.fontbox.ttf.gsub with parameters of type LookupTypeMultipleSubstitutionFormat1 Modifier and Type Method Description private voidGlyphSubstitutionDataExtractor. extractDataFromMultipleSubstitutionFormat1Table(java.util.Map<java.util.List<java.lang.Integer>,java.lang.Integer> glyphSubstitutionMap, LookupTypeMultipleSubstitutionFormat1 multipleSubstFormat1Subtable)
-