C1.WPF.PrintDocument.4.6.2 Assembly / C1.Util Namespace / FontSubSet Class / GetCharForGlyph Method
The glyph index.

In This Topic
GetCharForGlyph Method (FontSubSet)
In This Topic
Gets the char for the glyph index.
Syntax
'Declaration
 
Public Function GetCharForGlyph( _
   ByVal glyphIndex As Integer _
) As Char
 

Parameters

glyphIndex
The glyph index.

Return Value

Returns character for glyph index.
See Also