'Declaration Public Function GetFontHandler( _ ByVal font As Font _ ) As FontHandler
public FontHandler GetFontHandler( Font font )
Parameters
- font
- The font.
Return Value
The existing or newly created PdfFont.
'Declaration Public Function GetFontHandler( _ ByVal font As Font _ ) As FontHandler
public FontHandler GetFontHandler( Font font )