ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Util Namespace / FontSubSet Class / GetCountMetrics Method

In This Topic
    GetCountMetrics Method (FontSubSet)
    In This Topic
    Counts the number of chars in text that do have corresponding glyphs in this font.
    Syntax
    'Declaration
     
    Public Function GetCountMetrics( _
       ByVal text As System.String _
    ) As System.Integer
    public System.int GetCountMetrics( 
       System.string text
    )

    Parameters

    text
    See Also