Uses of Class
org.apache.fontbox.encoding.Encoding
Packages that use Encoding
Package
Description
This package holds classes used to parse CFF/Type2-Fonts (aka Type1C-Fonts).
This package contains the implementations for all of the encodings that are used in PDF documents.
This package holds classes used to parse Type1-Fonts.
-
Uses of Encoding in org.apache.fontbox
Methods in org.apache.fontbox that return EncodingModifier and TypeMethodDescriptionEncodedFont.getEncoding()
Returns the PostScript Encoding vector for the font. -
Uses of Encoding in org.apache.fontbox.cff
Subclasses of Encoding in org.apache.fontbox.cffModifier and TypeClassDescriptionclass
A CFF Type 1-equivalent Encoding.final class
This is specialized CFFEncoding.(package private) static class
Inner class representing a font's built-in CFF encoding.private static class
Inner class representing a Format0 encoding.private static class
Inner class representing a Format1 encoding.final class
This is specialized CFFEncoding. -
Uses of Encoding in org.apache.fontbox.encoding
Subclasses of Encoding in org.apache.fontbox.encodingModifier and TypeClassDescriptionclass
A font's built-in encoding.class
This is the MacRomanEncoding.class
Adobe Standard Encoding -
Uses of Encoding in org.apache.fontbox.type1
Fields in org.apache.fontbox.type1 declared as EncodingMethods in org.apache.fontbox.type1 that return Encoding -
Uses of Encoding in org.apache.pdfbox.pdmodel.font.encoding
Methods in org.apache.pdfbox.pdmodel.font.encoding with parameters of type EncodingModifier and TypeMethodDescriptionstatic Type1Encoding
Type1Encoding.fromFontBox
(Encoding encoding) Creates an encoding from the given FontBox encoding.