Uses of Class
org.apache.fontbox.ttf.NameRecord
-
Packages that use NameRecord Package Description org.apache.fontbox.ttf This package contains classes to parse a TTF file. -
-
Uses of NameRecord in org.apache.fontbox.ttf
Fields in org.apache.fontbox.ttf with type parameters of type NameRecord Modifier and Type Field Description private java.util.List<NameRecord>NamingTable. nameRecordsMethods in org.apache.fontbox.ttf that return types with arguments of type NameRecord Modifier and Type Method Description java.util.List<NameRecord>NamingTable. getNameRecords()This will get the name records for this naming table.Methods in org.apache.fontbox.ttf with parameters of type NameRecord Modifier and Type Method Description private java.nio.charset.CharsetNamingTable. getCharset(NameRecord nr)private static booleanNamingTable. isUsefulForOnlyHeaders(NameRecord nr)private booleanTTFSubsetter. shouldCopyNameRecord(NameRecord nr)
-