InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Util Namespace / FontSubSet Class / GetFontSubSet Method / GetFontSubSet(Font) Method
The font object.

In This Topic
    GetFontSubSet(Font) Method
    In This Topic
    Create FontSubSet object using font name and styles.
    Syntax
    'Declaration
     
    Public Overloads Shared Function GetFontSubSet( _
       ByVal font As Font _
    ) As FontSubSet
    public static FontSubSet GetFontSubSet( 
       Font font
    )

    Parameters

    font
    The font object.

    Return Value

    The FontSubSet object.
    See Also