Uses of Class
org.apache.fontbox.cff.CFFType1Font
Packages that use CFFType1Font
Package
Description
This package holds classes used to parse CFF/Type2-Fonts (aka Type1C-Fonts).
Classes to deal with font functionality in a PDF Document.
-
Uses of CFFType1Font in org.apache.fontbox.cff
Methods in org.apache.fontbox.cff with parameters of type CFFType1FontModifier and TypeMethodDescriptionprivate void
CFFParser.parseType1Dicts
(CFFDataInput input, CFFParser.DictData topDict, CFFType1Font font, CFFCharset charset) Parse dictionaries specific to a Type 1-equivalent font. -
Uses of CFFType1Font in org.apache.pdfbox.pdmodel.font
Fields in org.apache.pdfbox.pdmodel.font declared as CFFType1FontMethods in org.apache.pdfbox.pdmodel.font that return CFFType1FontModifier and TypeMethodDescriptionPDType1CFont.getCFFType1Font()
Returns the embedded Type 1-equivalent CFF font.