Uses of Class
org.apache.fontbox.ttf.TrueTypeFont
Packages that use TrueTypeFont
Package
Description
This package contains classes to parse a TTF file.
This package contains utility classes used by various font types.
-
Uses of TrueTypeFont in org.apache.fontbox.ttf
Methods in org.apache.fontbox.ttf with parameters of type TrueTypeFontModifier and TypeMethodDescriptionvoidCMAPTable.initData(TrueTypeFont ttf, TTFDataStream data) This will read the required data from the stream.voidGlyphTable.initData(TrueTypeFont ttf, TTFDataStream data) This will read the required data from the stream.voidHeaderTable.initData(TrueTypeFont ttf, TTFDataStream data) This will read the required data from the stream.voidHorizontalHeaderTable.initData(TrueTypeFont ttf, TTFDataStream data) This will read the required data from the stream.voidHorizontalMetricsTable.initData(TrueTypeFont ttf, TTFDataStream data) This will read the required data from the stream.voidIndexToLocationTable.initData(TrueTypeFont ttf, TTFDataStream data) This will read the required data from the stream.voidMaximumProfileTable.initData(TrueTypeFont ttf, TTFDataStream data) This will read the required data from the stream.voidNameRecord.initData(TrueTypeFont ttf, TTFDataStream data) This will read the required data from the stream.voidNamingTable.initData(TrueTypeFont ttf, TTFDataStream data) This will read the required data from the stream.voidOS2WindowsMetricsTable.initData(TrueTypeFont ttf, TTFDataStream data) This will read the required data from the stream.voidPostScriptTable.initData(TrueTypeFont ttf, TTFDataStream data) This will read the required data from the stream.voidTTFTable.initData(TrueTypeFont ttf, TTFDataStream data) This will read the required data from the stream.protected voidTTFParser.parseTables(TrueTypeFont font, TTFDataStream raf) Parse all tables and check if all needed tables are present.Constructors in org.apache.fontbox.ttf with parameters of type TrueTypeFontModifierConstructorDescriptionTTFSubFont(TrueTypeFont baseFont, String suffix) Constructs a subfont based on the given font using the given suffix. -
Uses of TrueTypeFont in org.apache.fontbox.util
Methods in org.apache.fontbox.util that return TrueTypeFontModifier and TypeMethodDescriptionstatic TrueTypeFontFontManager.findTTFont(String fontname) Search for a true type font for the given font name.