Uses of Class
org.apache.fontbox.cff.CFFFont
-
Packages that use CFFFont 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 CFFFont in org.apache.fontbox.cff
Subclasses of CFFFont in org.apache.fontbox.cff Modifier and Type Class Description class
CFFCIDFont
A Type 0 CIDFont represented in a CFF file.class
CFFType1Font
A Type 1-equivalent font program represented in a CFF file.Methods in org.apache.fontbox.cff that return CFFFont Modifier and Type Method Description private CFFFont
CFFParser. parseFont(CFFDataInput input, java.lang.String name, byte[] topDictIndex)
Methods in org.apache.fontbox.cff that return types with arguments of type CFFFont Modifier and Type Method Description java.util.List<CFFFont>
CFFParser. parse(byte[] bytes)
Parse CFF font using a byte array as input.java.util.List<CFFFont>
CFFParser. parse(byte[] bytes, CFFParser.ByteSource source)
Parse CFF font using byte array, also passing in a byte source for future use. -
Uses of CFFFont in org.apache.fontbox.ttf
Fields in org.apache.fontbox.ttf declared as CFFFont Modifier and Type Field Description private CFFFont
CFFTable. cffFont
Methods in org.apache.fontbox.ttf that return CFFFont Modifier and Type Method Description CFFFont
CFFTable. getFont()
Returns the CFF font, which is a compact representation of a PostScript Type 1, or CIDFont -
Uses of CFFFont in org.apache.pdfbox.pdmodel.font
Methods in org.apache.pdfbox.pdmodel.font that return CFFFont Modifier and Type Method Description CFFFont
PDCIDFontType0. getCFFFont()
Returns the embedded CFF CIDFont, or null if the substitute is not a CFF font.
-