InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Util Namespace / RawFontSubSet 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
    public GlyphMetrics GetMetrics( 
       char ch,
       bool vertical
    )

    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