ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEFont Class / SetSysFont Method
The system font object to set.




In This Topic
    SetSysFont Method
    In This Topic
    Sets the system font object associated with a font object.
    Syntax
    'Declaration
     
    Public Sub SetSysFont( _
       ByVal systemFont As ImGearPDFSysFont _
    ) 
    'Usage
     
    Dim instance As ImGearPDEFont
    Dim systemFont As ImGearPDFSysFont
     
    instance.SetSysFont(systemFont)
    public void SetSysFont( 
       ImGearPDFSysFont systemFont
    )
    public: void SetSysFont( 
       ImGearPDFSysFont* systemFont
    ) 
    public:
    void SetSysFont( 
       ImGearPDFSysFont^ systemFont
    ) 

    Parameters

    systemFont
    The system font object to set.
    See Also