GetMetrics(Char,Boolean) Method
In This Topic
Gets the metrics for a character (code, glyph index, width).
Syntax
'Declaration
Public Overloads Function GetMetrics( _
ByVal As System.Char, _
ByVal As System.Boolean _
) As GlyphMetrics
public GlyphMetrics GetMetrics(
System.char ,
System.bool
)
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