Table of Contents

Class GlyphList

Namespace
UglyToad.PdfPig.Fonts
Assembly
UglyToad.PdfPig.Fonts.dll

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

GlyphList

AdobeGlyphList

The Adobe Glyph List.

public static GlyphList AdobeGlyphList { get; }

Property Value

GlyphList

ZapfDingbats

Zapf Dingbats.

public static GlyphList ZapfDingbats { get; }

Property Value

GlyphList

Methods

NameToUnicode(string)

Get the unicode value for the glyph name.

public string NameToUnicode(string name)

Parameters

name string

Returns

string

UnicodeCodePointToName(int)

Get the name for the unicode code point value.

public string UnicodeCodePointToName(int unicodeValue)

Parameters

unicodeValue int

Returns

string