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