[]
Gets the FontHandler associated with a specified Font.
public bool TryGetFontHandler(Font font, out FontHandler pdfFont)
| 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. |