Uses of Class
org.apache.fontbox.cff.Type2CharString
-
Packages that use Type2CharString 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 Type2CharString in org.apache.fontbox.cff
Subclasses of Type2CharString in org.apache.fontbox.cff Modifier and Type Class Description classCIDKeyedType2CharStringA CID-Keyed Type 2 CharString.Fields in org.apache.fontbox.cff with type parameters of type Type2CharString Modifier and Type Field Description private java.util.Map<java.lang.Integer,Type2CharString>CFFType1Font. charStringCacheMethods in org.apache.fontbox.cff that return Type2CharString Modifier and Type Method Description abstract Type2CharStringCFFFont. getType2CharString(int cidOrGid)Returns the Type 2 charstring for the given CID.Type2CharStringCFFType1Font. getType2CharString(int gid)Returns the Type 1 charstring for the given GID.private Type2CharStringCFFType1Font. getType2CharString(int gid, java.lang.String name) -
Uses of Type2CharString in org.apache.pdfbox.pdmodel.font
Methods in org.apache.pdfbox.pdmodel.font that return Type2CharString Modifier and Type Method Description Type2CharStringPDCIDFontType0. getType2CharString(int cid)Returns the Type 2 charstring for the given CID, or null if the substituted font does not contain Type 2 charstrings.
-