Uses of Class
org.apache.fontbox.ttf.TrueTypeFont
-
Packages that use TrueTypeFont Package Description org.apache.fontbox.ttf This package contains classes to parse a TTF file. -
-
Uses of TrueTypeFont in org.apache.fontbox.ttf
Subclasses of TrueTypeFont in org.apache.fontbox.ttf Modifier and Type Class Description class
OpenTypeFont
An OpenType (OTF/TTF) font.Fields in org.apache.fontbox.ttf declared as TrueTypeFont Modifier and Type Field Description protected TrueTypeFont
TTFTable. font
The font which contains this table.Methods in org.apache.fontbox.ttf that return TrueTypeFont Modifier and Type Method Description TrueTypeFont
TrueTypeCollection. getFontByName(java.lang.String name)
Get a TT font from a collection.TrueTypeFont
TTFParser. parse(java.io.File ttfFile)
Parse a file and return a TrueType font.TrueTypeFont
TTFParser. parse(java.io.InputStream inputStream)
Parse an input stream and return a TrueType font.TrueTypeFont
TTFParser. parse(java.lang.String ttfFile)
Parse a file and return a TrueType font.TrueTypeFont
TTFParser. parseEmbedded(java.io.InputStream inputStream)
Parse an input stream and return a TrueType font that is to be embedded.Methods in org.apache.fontbox.ttf with parameters of type TrueTypeFont Modifier and Type Method Description void
TrueTypeCollection.TrueTypeFontProcessor. process(TrueTypeFont ttf)
protected TTFTable
OTFParser. readTable(TrueTypeFont font, java.lang.String tag)
protected TTFTable
TTFParser. readTable(TrueTypeFont font, java.lang.String tag)
Constructors in org.apache.fontbox.ttf with parameters of type TrueTypeFont Constructor Description TTFSubsetter(TrueTypeFont ttf)
Creates a subsetter for the given font.TTFSubsetter(TrueTypeFont ttf, java.util.List<java.lang.String> tables)
Creates a subsetter for the given font.
-