Uses of Class
org.apache.fontbox.ttf.FontHeaders
-
Packages that use FontHeaders Package Description org.apache.fontbox.cff This package holds classes used to parse CFF/Type2-Fonts (aka Type1C-Fonts).org.apache.fontbox.ttf This package contains classes to parse a TTF file.org.apache.pdfbox.pdmodel.font 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 FontHeaders Modifier and Type Method Description voidCFFParser. 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 FontHeaders Modifier and Type Method Description (package private) FontHeadersTTFParser. parseTableHeaders(TTFDataStream raf)Based on#parseTables().FontHeadersTTFParser. parseTableHeaders(RandomAccessRead randomAccessRead)Parse a RandomAccessRead and return a TrueType font.Methods in org.apache.fontbox.ttf with parameters of type FontHeaders Modifier and Type Method Description voidTrueTypeCollection.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(java.lang.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 FontHeaders Modifier and Type Method Description private voidFileSystemFontProvider. addTrueTypeFontImpl(FontHeaders fontHeaders, java.io.File file, java.lang.String hash)Adds an OTF or TTF font to the file cache.
-