'宣言 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.