ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFSysFont Class / FindSysFont Method / FindSysFont(ImGearPDEFontAttrs,ImGearPDESysFontMatchFlags) Method
ImGearPDEFontAttrs for the font attributes.
Bit field comprised of ImGearPDESysFontMatchFlags values. Passing zero matches font by name only.




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

    Parameters

    attributes
    ImGearPDEFontAttrs for the font attributes.
    options
    Bit field comprised of ImGearPDESysFontMatchFlags values. Passing zero matches font by name only.

    Return Value

    ImGearPDFSysFont class object.
    See Also