PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.Util Namespace / FontSubSet Class / SetFontSubSet Method / SetFontSubSet(FontSubSet) Method
The exist FontSubSet object.

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

    Parameters

    fss
    The exist FontSubSet object.
    See Also