[]
Gets width of the glyph index from font data.
public int GetGlyphWidth(int glyphIndex)
Public Function GetGlyphWidth(glyphIndex As Integer) As Integer
| Type | Name | Description |
|---|---|---|
| int | glyphIndex | The glyph index. |
| Type | Description |
|---|---|
| int | Gets width of the glyph index. |