ComponentOne SuperTooltip for WinForms
C1.Win.8 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 System.String, _
       ByVal bold As System.Boolean, _
       ByVal italic As System.Boolean _
    ) As FontSubSet
    public static FontSubSet GetFontSubSet( 
       System.string fontName,
       System.bool bold,
       System.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