InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Util Namespace / RawFontSubSet Class / GetFontSubSet Method / GetFontSubSet(String) Method
The path for font file.

In This Topic
    GetFontSubSet(String) Method
    In This Topic
    Gets font subset for font file name with path.
    Syntax
    'Declaration
     
    Public Overloads Shared Function GetFontSubSet( _
       ByVal path As String _
    ) As FontSubSet
    public static FontSubSet GetFontSubSet( 
       string path
    )

    Parameters

    path
    The path for font file.

    Return Value

    The font subset object.
    See Also