[]
Gets the FontHandler associated with a specified Font.
public bool TryGetFontHandler(Font font, out FontHandler pdfFont)
Public Function TryGetFontHandler(font As Font, ByRef pdfFont As FontHandler) As Boolean
Type | Name | Description |
---|---|---|
Font | font | The raw font. |
FontHandler | pdfFont | OUT: the PdfFont object, or null. |
Type | Description |
---|---|
bool | True if a PdfFont was found, false otherwise. |