Uses of Class
org.apache.fontbox.ttf.TrueTypeFont
Packages that use TrueTypeFont
-
Uses of TrueTypeFont in org.apache.fontbox.ttf
Subclasses of TrueTypeFont in org.apache.fontbox.ttfFields in org.apache.fontbox.ttf declared as TrueTypeFontModifier and TypeFieldDescriptionprotected final TrueTypeFont
TTFTable.font
The font which contains this table.Methods in org.apache.fontbox.ttf that return TrueTypeFontModifier and TypeMethodDescriptionTrueTypeCollection.getFontByName
(String name) Get a TT font from a collection.Parse a file and return a TrueType font.TTFParser.parse
(InputStream inputStream) Parse an input stream and return a TrueType font.Parse a file and return a TrueType font.TTFParser.parseEmbedded
(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 TrueTypeFontModifier and TypeMethodDescriptionvoid
TrueTypeCollection.TrueTypeFontProcessor.process
(TrueTypeFont ttf) protected TTFTable
OTFParser.readTable
(TrueTypeFont font, String tag) protected TTFTable
TTFParser.readTable
(TrueTypeFont font, String tag) Constructors in org.apache.fontbox.ttf with parameters of type TrueTypeFontModifierConstructorDescriptionTTFSubsetter
(TrueTypeFont ttf) Creates a subsetter for the given font.TTFSubsetter
(TrueTypeFont ttf, List<String> tables) Creates a subsetter for the given font.