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 TypeMethodDescriptionvoid
CMAPTable.initData
(TrueTypeFont ttf, TTFDataStream data) This will read the required data from the stream.void
GlyphTable.initData
(TrueTypeFont ttf, TTFDataStream data) This will read the required data from the stream.void
HeaderTable.initData
(TrueTypeFont ttf, TTFDataStream data) This will read the required data from the stream.void
HorizontalHeaderTable.initData
(TrueTypeFont ttf, TTFDataStream data) This will read the required data from the stream.void
HorizontalMetricsTable.initData
(TrueTypeFont ttf, TTFDataStream data) This will read the required data from the stream.void
IndexToLocationTable.initData
(TrueTypeFont ttf, TTFDataStream data) This will read the required data from the stream.void
MaximumProfileTable.initData
(TrueTypeFont ttf, TTFDataStream data) This will read the required data from the stream.void
NameRecord.initData
(TrueTypeFont ttf, TTFDataStream data) This will read the required data from the stream.void
NamingTable.initData
(TrueTypeFont ttf, TTFDataStream data) This will read the required data from the stream.void
OS2WindowsMetricsTable.initData
(TrueTypeFont ttf, TTFDataStream data) This will read the required data from the stream.void
PostScriptTable.initData
(TrueTypeFont ttf, TTFDataStream data) This will read the required data from the stream.void
TTFTable.initData
(TrueTypeFont ttf, TTFDataStream data) This will read the required data from the stream.protected void
TTFParser.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 TrueTypeFont
FontManager.findTTFont
(String fontname) Search for a true type font for the given font name.