Uses of Class
org.apache.fontbox.cff.CFFFont
Packages that use CFFFont
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 CFFFont in org.apache.fontbox.cff
Subclasses of CFFFont in org.apache.fontbox.cffModifier and TypeClassDescriptionclassA Type 0 CIDFont represented in a CFF file.classA Type 1-equivalent font program represented in a CFF file.Methods in org.apache.fontbox.cff that return CFFFontMethods in org.apache.fontbox.cff that return types with arguments of type CFFFontModifier and TypeMethodDescriptionCFFParser.parse(byte[] bytes, CFFParser.ByteSource source) Parse CFF font using byte array, also passing in a byte source for future use.Parse CFF font using a DataInput as input.CFFParser.parse(RandomAccessRead randomAccessRead) Parse CFF font using a RandomAccessRead as input. -
Uses of CFFFont in org.apache.fontbox.ttf
Fields in org.apache.fontbox.ttf declared as CFFFontMethods in org.apache.fontbox.ttf that return CFFFont -
Uses of CFFFont in org.apache.pdfbox.pdmodel.font
Methods in org.apache.pdfbox.pdmodel.font that return CFFFontModifier and TypeMethodDescriptionPDCIDFontType0.getCFFFont()Returns the embedded CFF CIDFont, or null if the substitute is not a CFF font.