PrintDocument for WinForms
GetGlyphWidth メソッド


C1.PrintDocument.6 アセンブリ > C1.Util 名前空間 > FontSubSet クラス : GetGlyphWidth メソッド
The glyph index.
Gets width of the glyph index from font data.
シンタックス
'宣言
 
Public Function GetGlyphWidth( _
   ByVal glyphIndex As System.Integer _
) As System.Integer
'使用法
 
Dim instance As FontSubSet
Dim glyphIndex As System.Integer
Dim value As System.Integer
 
value = instance.GetGlyphWidth(glyphIndex)
public System.int GetGlyphWidth( 
   System.int glyphIndex
)

パラメータ

glyphIndex
The glyph index.

戻り値の型

Gets width of the glyph index.
参照

FontSubSet クラス
FontSubSet メンバ