PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.Util Namespace / FontSubSet Class / SetFontSubSet Method / SetFontSubSet(FontKey,FontSubSet) Method
The exist FontSubSet.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 FontSubSet.FontKey object.
    fss
    The exist FontSubSet object.
    See Also