public final class Glyphs extends Object
Modifier and Type | Field and Description |
---|---|
static String[] |
MAC_GLYPH_NAMES
Deprecated.
Glyph names for Mac encoding
|
static String |
NOTDEF
Deprecated.
Glyph name for the "notdef" glyph
|
static String[] |
TEX8R_GLYPH_NAMES
Deprecated.
Glyph names for tex8r encoding
|
static String[] |
UNICODE_GLYPHS
Deprecated.
List of unicode glyphs
|
static char[] |
WINANSI_ENCODING
Deprecated.
The characters in WinAnsiEncoding
|
Modifier and Type | Method and Description |
---|---|
static String |
charToGlyphName(char ch)
Deprecated.
Return the glyphname from a character,
eg, charToGlyphName('\\') returns "backslash"
|
static String |
glyphToString(String name)
Deprecated.
Return the glyphname from a string,
eg, glyphToString("\\") returns "backslash"
|
static String |
stringToGlyph(String name)
Deprecated.
Return the string representation of a glyphname,
eg stringToGlyph("backslash") returns "\\"
|
public static final String NOTDEF
public static final String[] MAC_GLYPH_NAMES
public static final String[] TEX8R_GLYPH_NAMES
public static final char[] WINANSI_ENCODING
public static final String[] UNICODE_GLYPHS
public static String charToGlyphName(char ch)
ch
- glyph to evaluatepublic static String glyphToString(String name)
name
- glyph to evaluateCopyright © 2025 Apache Software Foundation. All rights reserved.