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

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

    Parameters

    fk
    The font key object.

    Return Value

    The FontSubSet object.
    See Also