GlyphList Public class
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph iTextSharp.text.pdf
iTextSharp.text.pdf.GlyphList[[GlyphList]]
end
Members
Methods
Public Static methods
Details
Constructors
GlyphList
public GlyphList()
Methods
NameToUnicode
Source code
public static int NameToUnicode(string name)
Arguments
Type | Name | Description |
---|
string | name | |
UnicodeToName
Source code
public static string UnicodeToName(int num)
Arguments
Type | Name | Description |
---|
int | num | |
Generated with ModularDoc