Uses of Class
org.apache.fontbox.cff.Type2CharString
Packages that use Type2CharString
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 Type2CharString in org.apache.fontbox.cff
Subclasses of Type2CharString in org.apache.fontbox.cffFields in org.apache.fontbox.cff with type parameters of type Type2CharStringModifier and TypeFieldDescriptionprivate final Map<Integer,
Type2CharString> CFFType1Font.charStringCache
Methods in org.apache.fontbox.cff that return Type2CharStringModifier and TypeMethodDescriptionabstract Type2CharString
CFFFont.getType2CharString
(int cidOrGid) Returns the Type 2 charstring for the given CID.CFFType1Font.getType2CharString
(int gid) Returns the Type 1 charstring for the given GID.private Type2CharString
CFFType1Font.getType2CharString
(int gid, String name) -
Uses of Type2CharString in org.apache.pdfbox.pdmodel.font
Methods in org.apache.pdfbox.pdmodel.font that return Type2CharStringModifier and TypeMethodDescriptionPDCIDFontType0.getType2CharString
(int cid) Returns the Type 2 charstring for the given CID, or null if the substituted font does not contain Type 2 charstrings.