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.org.apache.pdfbox.pdmodel.font.encoding -
-
Uses of Encoding in org.apache.fontbox
Methods in org.apache.fontbox that return Encoding Modifier and Type Method Description Encoding
EncodedFont. 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 class
CFFEncoding
A CFF Type 1-equivalent Encoding.class
CFFExpertEncoding
This is specialized CFFEncoding.(package private) static class
CFFParser.CFFBuiltInEncoding
Inner class representing a font's built-in CFF encoding.private static class
CFFParser.Format0Encoding
Inner class representing a Format0 encoding.private static class
CFFParser.Format1Encoding
Inner class representing a Format1 encoding.class
CFFStandardEncoding
This is specialized CFFEncoding. -
Uses of Encoding in org.apache.fontbox.encoding
Subclasses of Encoding in org.apache.fontbox.encoding Modifier and Type Class Description class
BuiltInEncoding
A font's built-in encoding.class
MacRomanEncoding
This is the MacRomanEncoding.class
StandardEncoding
Adobe Standard Encoding -
Uses of Encoding in org.apache.fontbox.type1
Fields in org.apache.fontbox.type1 declared as Encoding Modifier and Type Field Description (package private) Encoding
Type1Font. encoding
Methods in org.apache.fontbox.type1 that return Encoding Modifier and Type Method Description Encoding
Type1Font. getEncoding()
Returns the Encoding, if present. -
Uses of Encoding in org.apache.pdfbox.pdmodel.font.encoding
Methods in org.apache.pdfbox.pdmodel.font.encoding with parameters of type Encoding Modifier and Type Method Description static Type1Encoding
Type1Encoding. fromFontBox(Encoding encoding)
Creates an encoding from the given FontBox encoding.
-