Skip navigation links
C E F G H N O R S T 

C

com.jaredrummler.truetypeparser - package com.jaredrummler.truetypeparser
 

E

equals(Object) - Method in class com.jaredrummler.truetypeparser.TTFTableName
 

F

FontFileReader - Class in com.jaredrummler.truetypeparser
Reads a TrueType font file into a byte array and provides file like functions for array access.
FontFileReader(InputStream) - Constructor for class com.jaredrummler.truetypeparser.FontFileReader
Constructor
FontFileReader(String) - Constructor for class com.jaredrummler.truetypeparser.FontFileReader
Constructor

G

getAllBytes() - Method in class com.jaredrummler.truetypeparser.FontFileReader
Returns the full byte array representation of the file.
getCurrentPos() - Method in class com.jaredrummler.truetypeparser.FontFileReader
Returns current file position.
getFamilyNames() - Method in class com.jaredrummler.truetypeparser.TTFFile
Returns the font family names of the font.
getFileSize() - Method in class com.jaredrummler.truetypeparser.FontFileReader
Returns the size of the file.
getFullName() - Method in class com.jaredrummler.truetypeparser.TTFFile
Returns the full name of the font.
getLength() - Method in class com.jaredrummler.truetypeparser.TTFDirTabEntry
Returns the length.
getName() - Method in class com.jaredrummler.truetypeparser.TTFTableName
Returns the name of the table as it should be in the Directory Table.
getNotice() - Method in class com.jaredrummler.truetypeparser.TTFFile
 
getOffset() - Method in class com.jaredrummler.truetypeparser.TTFDirTabEntry
Returns the offset.
getPostScriptName() - Method in class com.jaredrummler.truetypeparser.TTFFile
Returns the PostScript name of the font.
getSubFamilyName() - Method in class com.jaredrummler.truetypeparser.TTFFile
Returns the font sub family name of the font.
getTag() - Method in class com.jaredrummler.truetypeparser.TTFDirTabEntry
Returns the tag bytes.
getTagString() - Method in class com.jaredrummler.truetypeparser.TTFDirTabEntry
Returns the tag bytes.
getValue(String) - Static method in class com.jaredrummler.truetypeparser.TTFTableName
Returns an instance of this class corresponding to the given string representation.
getWeightClass() - Method in class com.jaredrummler.truetypeparser.TTFFile
Returns the weight class of this font.

H

hashCode() - Method in class com.jaredrummler.truetypeparser.TTFTableName
 

N

NAME - Static variable in class com.jaredrummler.truetypeparser.TTFTableName
Naming table.

O

open(File) - Static method in class com.jaredrummler.truetypeparser.TTFFile
Reads a TTF file
open(InputStream) - Static method in class com.jaredrummler.truetypeparser.TTFFile
Reads a TTF file from an InputStream
OS2 - Static variable in class com.jaredrummler.truetypeparser.TTFTableName
OS/2 and Windows specific metrics.

R

read(FontFileReader) - Method in class com.jaredrummler.truetypeparser.TTFDirTabEntry
Read Dir Tab.
readTTFByte() - Method in class com.jaredrummler.truetypeparser.FontFileReader
Read 1 signed byte.
readTTFLong() - Method in class com.jaredrummler.truetypeparser.FontFileReader
Read 4 bytes.
readTTFString(int) - Method in class com.jaredrummler.truetypeparser.FontFileReader
Read an ISO-8859-1 string of len bytes.
readTTFString(int, int) - Method in class com.jaredrummler.truetypeparser.FontFileReader
Read an ISO-8859-1 string of len bytes.
readTTFUByte() - Method in class com.jaredrummler.truetypeparser.FontFileReader
Read 1 unsigned byte.
readTTFULong() - Method in class com.jaredrummler.truetypeparser.FontFileReader
Read 4 bytes.
readTTFUShort() - Method in class com.jaredrummler.truetypeparser.FontFileReader
Read 2 bytes unsigned.

S

seekSet(long) - Method in class com.jaredrummler.truetypeparser.FontFileReader
Set current file position to offset
skip(long) - Method in class com.jaredrummler.truetypeparser.FontFileReader
Skip a given number of bytes.

T

TABLE_DIRECTORY - Static variable in class com.jaredrummler.truetypeparser.TTFTableName
The first table in a TrueType font file containing metadata about other tables.
toString() - Method in class com.jaredrummler.truetypeparser.TTFTableName
 
TTFDirTabEntry - Class in com.jaredrummler.truetypeparser
This class represents an entry to a TrueType font's Dir Tab.
TTFDirTabEntry(long, long) - Constructor for class com.jaredrummler.truetypeparser.TTFDirTabEntry
 
TTFFile - Class in com.jaredrummler.truetypeparser
Reads a TrueType file or a TrueType Collection.
TTFTableName - Class in com.jaredrummler.truetypeparser
Represents table names as found in a TrueType font's Table Directory.
C E F G H N O R S T 
Skip navigation links