Uses of Class
org.apache.fontbox.ttf.table.common.RangeRecord
-
Packages that use RangeRecord Package Description org.apache.fontbox.ttf This package contains classes to parse a TTF file.org.apache.fontbox.ttf.table.common This package contains the highly obfuscated Layout Common Table Formats system of tables from the Open Type Font specs. -
-
Uses of RangeRecord in org.apache.fontbox.ttf
Methods in org.apache.fontbox.ttf that return RangeRecord Modifier and Type Method Description private RangeRecordGlyphSubstitutionTable. readRangeRecord(TTFDataStream data) -
Uses of RangeRecord in org.apache.fontbox.ttf.table.common
Fields in org.apache.fontbox.ttf.table.common declared as RangeRecord Modifier and Type Field Description private RangeRecord[]CoverageTableFormat2. rangeRecordsMethods in org.apache.fontbox.ttf.table.common that return RangeRecord Modifier and Type Method Description RangeRecord[]CoverageTableFormat2. getRangeRecords()Methods in org.apache.fontbox.ttf.table.common with parameters of type RangeRecord Modifier and Type Method Description private static int[]CoverageTableFormat2. getRangeRecordsAsArray(RangeRecord[] rangeRecords)Constructors in org.apache.fontbox.ttf.table.common with parameters of type RangeRecord Constructor Description CoverageTableFormat2(int coverageFormat, RangeRecord[] rangeRecords)
-