Uses of Class
org.apache.fontbox.ttf.table.gsub.LookupTypeAlternateSubstitutionFormat1
Packages that use LookupTypeAlternateSubstitutionFormat1
Package
Description
This package contains utility classes which extract meanigful data from the highly obfuscated GSUB table structures.
-
Uses of LookupTypeAlternateSubstitutionFormat1 in org.apache.fontbox.ttf.gsub
Methods in org.apache.fontbox.ttf.gsub with parameters of type LookupTypeAlternateSubstitutionFormat1Modifier and TypeMethodDescriptionprivate voidGlyphSubstitutionDataExtractor.extractDataFromAlternateSubstitutionSubstFormat1Table(Map<List<Integer>, Integer> glyphSubstitutionMap, LookupTypeAlternateSubstitutionFormat1 alternateSubstitutionFormat1) Extracts data from the AlternateSubstitutionFormat1 (lookuptype) 3 table and puts it in the glyphSubstitutionMap.