Uses of Class
org.apache.fontbox.encoding.Encoding
-
Packages that use Encoding Package Description org.apache.fontbox org.apache.fontbox.cff This package holds classes used to parse CFF/Type2-Fonts (aka Type1C-Fonts).org.apache.fontbox.encoding This package contains the implementations for all of the encodings that are used in PDF documents.org.apache.fontbox.type1 This package holds classes used to parse Type1-Fonts. -
-
Uses of Encoding in org.apache.fontbox
Methods in org.apache.fontbox that return Encoding Modifier and Type Method Description EncodingEncodedFont. getEncoding()Returns the PostScript Encoding vector for the font. -
Uses of Encoding in org.apache.fontbox.cff
Subclasses of Encoding in org.apache.fontbox.cff Modifier and Type Class Description classCFFEncodingA CFF Type 1-equivalent Encoding.classCFFExpertEncodingThis is specialized CFFEncoding.classCFFStandardEncodingThis is specialized CFFEncoding. -
Uses of Encoding in org.apache.fontbox.encoding
Subclasses of Encoding in org.apache.fontbox.encoding Modifier and Type Class Description classBuiltInEncodingA font's built-in encoding.classMacRomanEncodingThis is the MacRomanEncoding.classStandardEncodingAdobe Standard Encoding -
Uses of Encoding in org.apache.fontbox.type1
Methods in org.apache.fontbox.type1 that return Encoding Modifier and Type Method Description EncodingType1Font. getEncoding()Returns the Encoding, if present.
-