ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFSysFont Class / FindSysFont Method / FindSysFont(ImGearPDEFont,ImGearPDESysFontMatchFlags) Method
A PDE Font whose matching system font is found.
Bit field comprised of ImGearPDESysFontMatchFlags values. Passing zero matches font by name only.




In This Topic
    FindSysFont(ImGearPDEFont,ImGearPDESysFontMatchFlags) Method
    In This Topic
    Finds a system font that matches the requested attributes.
    Syntax
    'Declaration
     
    Public Overloads Shared Function FindSysFont( _
       ByVal font As ImGearPDEFont, _
       ByVal options As ImGearPDESysFontMatchFlags _
    ) As ImGearPDFSysFont
    'Usage
     
    Dim font As ImGearPDEFont
    Dim options As ImGearPDESysFontMatchFlags
    Dim value As ImGearPDFSysFont
     
    value = ImGearPDFSysFont.FindSysFont(font, options)
    public static ImGearPDFSysFont FindSysFont( 
       ImGearPDEFont font,
       ImGearPDESysFontMatchFlags options
    )
    public: static ImGearPDFSysFont* FindSysFont( 
       ImGearPDEFont* font,
       ImGearPDESysFontMatchFlags options
    ) 
    public:
    static ImGearPDFSysFont^ FindSysFont( 
       ImGearPDEFont^ font,
       ImGearPDESysFontMatchFlags options
    ) 

    Parameters

    font
    A PDE Font whose matching system font is found.
    options
    Bit field comprised of ImGearPDESysFontMatchFlags values. Passing zero matches font by name only.

    Return Value

    ImGearPDFSysFont class object.
    See Also