Documents for PDF, .NET Edition Documentation
GetGlyphHeight Method

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

Depends on 'vmtx' table.

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

Parameters

glyphIndex
See Also

Reference

FontTables Class
FontTables Members