'宣言 Public Function GetCharForGlyph( _ ByVal glyphIndex As System.Integer _ ) As System.Char
'使用法 Dim instance As FontSubSet Dim glyphIndex As System.Integer Dim value As System.Char value = instance.GetCharForGlyph(glyphIndex)
public System.char GetCharForGlyph( System.int glyphIndex )
パラメータ
- glyphIndex
- The glyph index.
戻り値の型
Returns character for glyph index.