Uses of Interface
org.apache.fop.fonts.SingleByteEncoding
Packages that use SingleByteEncoding
Package
Description
Classes for font handling.
Classes for Adobe Type 1 fonts.
Classes for handling the low-level creation of PDF documents.
PostScript Renderer
-
Uses of SingleByteEncoding in org.apache.fop.fonts
Classes in org.apache.fop.fonts that implement SingleByteEncodingModifier and TypeClassDescriptionclassAbstract base class for code point mapping classes (1-byte character encodings).classclassA simple implementation of the OneByteEncoding mostly used for encodings that are constructed on-the-fly.Fields in org.apache.fop.fonts declared as SingleByteEncodingMethods in org.apache.fop.fonts that return SingleByteEncodingModifier and TypeMethodDescriptionSingleByteFont.getEncoding()Returns the code point mapping (encoding) of this font. -
Uses of SingleByteEncoding in org.apache.fop.fonts.type1
Methods in org.apache.fop.fonts.type1 with parameters of type SingleByteEncodingModifier and TypeMethodDescriptionvoidAFMFile.overridePrimaryEncoding(SingleByteEncoding encoding) The character codes in an AFM cannot always be trusted to be the same values as in the font's primary encoding. -
Uses of SingleByteEncoding in org.apache.fop.pdf
Methods in org.apache.fop.pdf with parameters of type SingleByteEncodingModifier and TypeMethodDescriptionPDFEncoding.DifferencesBuilder.buildDifferencesArray(SingleByteEncoding encodingA, SingleByteEncoding encodingB) Creates an array containing the differences between two single-byte.PDFFactory.createPDFEncoding(SingleByteEncoding encoding, String fontName) Creates a PDFEncoding instance from a CodePointMapping instance. -
Uses of SingleByteEncoding in org.apache.fop.render.ps
Methods in org.apache.fop.render.ps with parameters of type SingleByteEncodingModifier and TypeMethodDescriptionstatic org.apache.xmlgraphics.ps.PSResourcePSFontUtils.defineEncoding(org.apache.xmlgraphics.ps.PSGenerator gen, SingleByteEncoding encoding) Defines the single-byte encoding for use in PostScript files.