ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Util Namespace / FontSubSet Class / SetFontSubSet Method / SetFontSubSet(FontKey,FontSubSet) Method
The exist FontKey object.
The exist FontSubSet object.

In This Topic
    SetFontSubSet(FontKey,FontSubSet) Method
    In This Topic
    Sets already exist FontSubSet object to cache.
    Syntax
    'Declaration
     
    Public Overloads Shared Sub SetFontSubSet( _
       ByVal fk As FontKey, _
       ByVal fss As FontSubSet _
    ) 
    public static void SetFontSubSet( 
       FontKey fk,
       FontSubSet fss
    )

    Parameters

    fk
    The exist FontKey object.
    fss
    The exist FontSubSet object.
    See Also