PrintDocument for WinForms
GetCharForGlyph メソッド


C1.PrintDocument.6 アセンブリ > C1.Util 名前空間 > FontSubSet クラス : GetCharForGlyph メソッド
The glyph index.
Gets the char for the glyph index.
シンタックス
'宣言
 
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.
参照

FontSubSet クラス
FontSubSet メンバ