public final class GlyphNames extends Object
| Constructor and Description |
|---|
GlyphNames() |
| Modifier and Type | Method and Description |
|---|---|
static String |
generateUPlusName(int usv) |
static Map |
getAdobeGlyphNameList()
Return the Adobe glyph name list as a HashMap with the glyph name
as its key and the Unicode for that name as its value.
|
static Map |
getAdobeGlyphNameListMulti()
Return the Adobe glyph name list as a HashMap with the glyph name
as its key and the Unicode for that name as its value.
|
static String |
getAGNCNameSuffix(String name)
The suffix of the name as per the Adobe Glyph Naming Convention.
|
static Map |
getDingbatNameList()
Return the Dingbat name list as a HashMap with the glyph name
as its key and the Unicode for that name as its value.
|
static List |
resolveAGNCName(String name,
boolean isDingbats)
Find the mapping of a name via the Adobe Glyph Naming convention.
|
static int[] |
resolveAGNCNameIntoArray(String name,
boolean isDingbats)
A convenience method wrapping resolveAGNCName for code that wants
arrays and not collection objects.
|
static String |
resolveUSVToAGNCName(int usv) |
static String |
resolveUSVWithAGNCNameTable(int usv) |
public static String resolveUSVWithAGNCNameTable(int usv)
public static String resolveUSVToAGNCName(int usv)
public static String generateUPlusName(int usv)
usv - public static List resolveAGNCName(String name, boolean isDingbats)
name - the String containing the name to resolveisDingbats - whether the name is that of the Dingbats fontpublic static int[] resolveAGNCNameIntoArray(String name, boolean isDingbats)
name - the String containing the name to resolveisDingbats - whether the name is that of the Dingbats fontpublic static String getAGNCNameSuffix(String name)
name - the String containing the name to resolvepublic static Map getAdobeGlyphNameList()
public static Map getAdobeGlyphNameListMulti()
public static Map getDingbatNameList()
Copyright © 2010 - 2020 Adobe. All Rights Reserved