Uses of Class
org.apache.fontbox.ttf.FontHeaders
Packages that use FontHeaders
Package
Description
This package holds classes used to parse CFF/Type2-Fonts (aka Type1C-Fonts).
This package contains classes to parse a TTF file.
Classes to deal with font functionality in a PDF Document.
-
Uses of FontHeaders in org.apache.fontbox.cff
Methods in org.apache.fontbox.cff with parameters of type FontHeadersModifier and TypeMethodDescriptionvoidCFFParser.parseFirstSubFontROS(RandomAccessRead randomAccessRead, FontHeaders outHeaders) Extract "Registry", "Ordering" and "Supplement" properties from the first CFF subfont. -
Uses of FontHeaders in org.apache.fontbox.ttf
Methods in org.apache.fontbox.ttf that return FontHeadersModifier and TypeMethodDescription(package private) FontHeadersTTFParser.parseTableHeaders(TTFDataStream raf) Based on.invalid reference
#parseTables()TTFParser.parseTableHeaders(RandomAccessRead randomAccessRead) Parse a RandomAccessRead and return a TrueType font.Methods in org.apache.fontbox.ttf with parameters of type FontHeadersModifier and TypeMethodDescriptionvoidTrueTypeCollection.TrueTypeFontHeadersProcessor.process(FontHeaders fontHeaders) (package private) voidCFFTable.readHeaders(TrueTypeFont ttf, TTFDataStream data, FontHeaders outHeaders) This will read required headers from the stream into outHeaders.(package private) voidHeaderTable.readHeaders(TrueTypeFont ttf, TTFDataStream data, FontHeaders outHeaders) This will read required headers from the stream into outHeaders.(package private) voidNamingTable.readHeaders(TrueTypeFont ttf, TTFDataStream data, FontHeaders outHeaders) This will read required headers from the stream into outHeaders.(package private) voidTTFTable.readHeaders(TrueTypeFont ttf, TTFDataStream data, FontHeaders outHeaders) This will read required headers from the stream into outHeaders.(package private) voidTrueTypeFont.readTableHeaders(String tag, FontHeaders outHeaders) Read the given table headers. -
Uses of FontHeaders in org.apache.pdfbox.pdmodel.font
Methods in org.apache.pdfbox.pdmodel.font with parameters of type FontHeadersModifier and TypeMethodDescriptionprivate voidFileSystemFontProvider.addTrueTypeFontImpl(FontHeaders fontHeaders, File file, String hash) Adds an OTF or TTF font to the file cache.