[]
Gets an existing FontHandler associated with a specified Font, or creates a new one if such font does not exist.
public FontHandler GetFontHandler(Font font)
Public Function GetFontHandler(font As Font) As FontHandler
Type | Name | Description |
---|---|---|
Font | font | The font. |
Type | Description |
---|---|
FontHandler | The existing or newly created PdfFont. |