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 classOpenTypeFontAn OpenType (OTF/TTF) font.Fields in org.apache.fontbox.ttf declared as TrueTypeFont Modifier and Type Field Description protected TrueTypeFontTTFTable. fontThe font which contains this table.Methods in org.apache.fontbox.ttf that return TrueTypeFont Modifier and Type Method Description TrueTypeFontTrueTypeCollection. getFontByName(java.lang.String name)Get a TT font from a collection.TrueTypeFontTTFParser. parse(java.io.File ttfFile)Parse a file and return a TrueType font.TrueTypeFontTTFParser. parse(java.io.InputStream inputStream)Parse an input stream and return a TrueType font.TrueTypeFontTTFParser. parse(java.lang.String ttfFile)Parse a file and return a TrueType font.TrueTypeFontTTFParser. 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 voidTrueTypeCollection.TrueTypeFontProcessor. process(TrueTypeFont ttf)protected TTFTableOTFParser. readTable(TrueTypeFont font, java.lang.String tag)protected TTFTableTTFParser. 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.
-