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