'Declaration Public Function TryGetFontHandler( _ ByVal font As Font, _ ByRef pdfFont As FontHandler _ ) As System.Boolean
public System.bool TryGetFontHandler( Font font, out FontHandler pdfFont )
Parameters
- font
- The raw font.
- pdfFont
- OUT: the PdfFont object, or null.
Return Value
True if a PdfFont was found, false otherwise.