Documents for PDF, .NET Edition Documentation
GetGlyphWidth Method

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace > FontTables Class : GetGlyphWidth Method
Returns the advance width for the given glyph.

Depends on 'hmtx' table.

Syntax
'Declaration
 
Public Function GetGlyphWidth( _
   ByVal glyphIndex As System.Integer _
) As System.UShort
public System.ushort GetGlyphWidth( 
   System.int glyphIndex
)

Parameters

glyphIndex
See Also

Reference

FontTables Class
FontTables Members