InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Util Namespace / RawFontSubSet Class / GetCountMetrics Method

In This Topic
    GetCountMetrics Method (RawFontSubSet)
    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 String _
    ) As Integer
    public int GetCountMetrics( 
       string text
    )

    Parameters

    text
    See Also