Uses of Class
org.apache.fontbox.cff.CFFType1Font
-
Packages that use CFFType1Font Package Description org.apache.fontbox.cff This package holds classes used to parse CFF/Type2-Fonts (aka Type1C-Fonts).org.apache.pdfbox.pdmodel.font 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 CFFType1Font Modifier and Type Method Description private 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 CFFType1Font Modifier and Type Field Description private CFFType1Font
PDType1CFont. cffFont
Methods in org.apache.pdfbox.pdmodel.font that return CFFType1Font Modifier and Type Method Description CFFType1Font
PDType1CFont. getCFFType1Font()
Returns the embedded Type 1-equivalent CFF font.
-