C1.Win.4.8 Assembly / C1.Util Namespace / FontSubSet Class / GetMetrics Method / GetMetrics(Char,Boolean) Method
The code (Unicode) of character.
The vertical mapping flag.

In This Topic
GetMetrics(Char,Boolean) Method
In This Topic
Gets the metrics for a character (code, glyph index, width).
Syntax
'Declaration
 
Public Overloads Function GetMetrics( _
   ByVal ch As Char, _
   ByVal vertical As Boolean _
) As GlyphMetrics
 

Parameters

ch
The code (Unicode) of character.
vertical
The vertical mapping flag.

Return Value

The metrics for a character (code, glyph index, width).
See Also