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 TypeClassDescriptionclassA CFF Type 1-equivalent Encoding.final classThis is specialized CFFEncoding.(package private) static classInner class representing a font's built-in CFF encoding.private static classInner class representing a Format0 encoding.private static classInner class representing a Format1 encoding.final classThis is specialized CFFEncoding. -
Uses of Encoding in org.apache.fontbox.encoding
Subclasses of Encoding in org.apache.fontbox.encodingModifier and TypeClassDescriptionclassA font's built-in encoding.classThis is the MacRomanEncoding.classAdobe 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 Type1EncodingType1Encoding.fromFontBox(Encoding encoding) Creates an encoding from the given FontBox encoding.