InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Util Namespace / FontSubSet Class / GetFontSubSet Method / GetFontSubSet(String,Boolean,Boolean) Method
The font name.
The bold flag of the font.
The italic flag of the font.

In This Topic
    GetFontSubSet(String,Boolean,Boolean) Method
    In This Topic
    Create FontSubSet object using font name and styles.
    Syntax
    'Declaration
     
    Public Overloads Shared Function GetFontSubSet( _
       ByVal fontName As String, _
       ByVal bold As Boolean, _
       ByVal italic As Boolean _
    ) As FontSubSet
    public static FontSubSet GetFontSubSet( 
       string fontName,
       bool bold,
       bool italic
    )

    Parameters

    fontName
    The font name.
    bold
    The bold flag of the font.
    italic
    The italic flag of the font.

    Return Value

    The FontSubSet object.
    See Also