Uses of Class
org.apache.fontbox.ttf.table.common.RangeRecord
Packages that use RangeRecord
Package
Description
This package contains classes to parse a TTF file.
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 RangeRecordModifier and TypeMethodDescriptionprivate RangeRecordGlyphSubstitutionTable.readRangeRecord(TTFDataStream data) -
Uses of RangeRecord in org.apache.fontbox.ttf.table.common
Fields in org.apache.fontbox.ttf.table.common declared as RangeRecordMethods in org.apache.fontbox.ttf.table.common that return RangeRecordMethods in org.apache.fontbox.ttf.table.common with parameters of type RangeRecordModifier and TypeMethodDescriptionprivate static int[]CoverageTableFormat2.getRangeRecordsAsArray(RangeRecord[] rangeRecords) Constructors in org.apache.fontbox.ttf.table.common with parameters of type RangeRecordModifierConstructorDescriptionCoverageTableFormat2(int coverageFormat, RangeRecord[] rangeRecords)