Uses of Interface
org.docx4j.fonts.fop.fonts.SingleByteEncoding
| Package | Description |
|---|---|
| org.docx4j.fonts.fop.fonts |
Classes for font handling.
|
| org.docx4j.fonts.fop.fonts.type1 |
Classes for Adobe Type 1 fonts.
|
-
Uses of SingleByteEncoding in org.docx4j.fonts.fop.fonts
Classes in org.docx4j.fonts.fop.fonts that implement SingleByteEncoding Modifier and Type Class Description classAbstractCodePointMappingAbstract base class for code point mapping classes (1-byte character encodings).classCodePointMappingclassSimpleSingleByteEncodingA simple implementation of the OneByteEncoding mostly used for encodings that are constructed on-the-fly.Fields in org.docx4j.fonts.fop.fonts declared as SingleByteEncoding Modifier and Type Field Description protected SingleByteEncodingSingleByteFont. mappingMethods in org.docx4j.fonts.fop.fonts that return SingleByteEncoding Modifier and Type Method Description SingleByteEncodingSingleByteFont. getEncoding()Returns the code point mapping (encoding) of this font. -
Uses of SingleByteEncoding in org.docx4j.fonts.fop.fonts.type1
Methods in org.docx4j.fonts.fop.fonts.type1 with parameters of type SingleByteEncoding Modifier and Type Method Description voidAFMFile. 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.