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 Char, _
ByVal As Boolean _
) As GlyphMetrics
public GlyphMetrics GetMetrics(
char ,
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