Uses of Class
org.docx4j.fonts.fop.fonts.NamedCharacter
| 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 NamedCharacter in org.docx4j.fonts.fop.fonts
Methods in org.docx4j.fonts.fop.fonts that return NamedCharacter Modifier and Type Method Description NamedCharacterSimpleSingleByteEncoding. getCharacterForIndex(int codePoint)Returns the named character at a given code point in the encoding.Methods in org.docx4j.fonts.fop.fonts with parameters of type NamedCharacter Modifier and Type Method Description charSimpleSingleByteEncoding. addCharacter(NamedCharacter ch)Adds a new character to the encoding.voidSingleByteFont. addUnencodedCharacter(NamedCharacter ch, int width)Adds an unencoded character (one that is not supported by the primary encoding). -
Uses of NamedCharacter in org.docx4j.fonts.fop.fonts.type1
Methods in org.docx4j.fonts.fop.fonts.type1 that return NamedCharacter Modifier and Type Method Description NamedCharacterAFMCharMetrics. getCharacter()Returns the named character represented by this instance.Methods in org.docx4j.fonts.fop.fonts.type1 with parameters of type NamedCharacter Modifier and Type Method Description voidAFMCharMetrics. setCharacter(NamedCharacter ch)Sets the named character represented by this instance.