| java.lang.Object org.apache.xmlgraphics.fonts.Glyphs
Glyphs | public class Glyphs (Code) | | This class provides a number of constants for glyph management.
|
MAC_GLYPH_NAMES | final public static String MAC_GLYPH_NAMES(Code) | | Glyph names for Mac encoding
|
NOTDEF | final public static String NOTDEF(Code) | | Glyph name for the "notdef" glyph
|
TEX8R_GLYPH_NAMES | final public static String[] TEX8R_GLYPH_NAMES(Code) | | Glyph names for tex8r encoding
|
UNICODE_GLYPHS | final public static String[] UNICODE_GLYPHS(Code) | | List of unicode glyphs
|
WINANSI_ENCODING | final public static char[] WINANSI_ENCODING(Code) | | The characters in WinAnsiEncoding
|
charToGlyphName | final public static String charToGlyphName(char ch)(Code) | | Return the glyphname from a character,
eg, charToGlyphName('\\') returns "backslash"
Parameters: ch - glyph to evaluate the name of the glyph |
glyphToString | final public static String glyphToString(String name)(Code) | | Return the glyphname from a string,
eg, glyphToString("\\") returns "backslash"
Parameters: name - glyph to evaluate the name of the glyphTODO: javadocs for glyphToString and stringToGlyph are confusedTODO: Improve method names |
stringToGlyph | public static String stringToGlyph(String name)(Code) | | Return the string representation of a glyphname,
eg stringToGlyph("backslash") returns "\\"
Parameters: name - name of the glyph the string representation |
|
|