C1.WPF.PrintDocument.4.6.2 Assembly / C1.Util Namespace / FontSubSet Class / GetGlyphWidth Method
The glyph index.

In This Topic
GetGlyphWidth Method (FontSubSet)
In This Topic
Gets width of the glyph index from font data.
Syntax
'Declaration
 
Public Function GetGlyphWidth( _
   ByVal glyphIndex As Integer _
) As Integer
 

Parameters

glyphIndex
The glyph index.

Return Value

Gets width of the glyph index.
See Also