Class GlyphList
A list which maps PostScript glyph names to unicode values.
public class GlyphList
- Inheritance
-
GlyphList
- Inherited Members
Properties
AdditionalGlyphList
An extension to the Adobe Glyph List.
public static GlyphList AdditionalGlyphList { get; }
Property Value
AdobeGlyphList
The Adobe Glyph List.
public static GlyphList AdobeGlyphList { get; }
Property Value
ZapfDingbats
Zapf Dingbats.
public static GlyphList ZapfDingbats { get; }
Property Value
Methods
NameToUnicode(string)
Get the unicode value for the glyph name.
public string NameToUnicode(string name)
Parameters
name
string
Returns
UnicodeCodePointToName(int)
Get the name for the unicode code point value.
public string UnicodeCodePointToName(int unicodeValue)
Parameters
unicodeValue
int