ImageGear .NET v25.0 - Updated
FindSysFont(ImGearPDEFontAttrs,ImGearPDESysFontMatchFlags) Method




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.
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

Reference

ImGearPDFSysFont Class
ImGearPDFSysFont Members
Overload List
ImGearPDFAtom Class
ImGearPDEFontAttrs Class
ImGearPDESysFontMatchFlags Enumeration