ImageGear23.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFSysFont Class > FindSysFont Method : FindSysFont(ImGearPDEFont,ImGearPDESysFontMatchFlags) Method |
'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 )