[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.FontHandlerCollection.GetFontHandler

GetFontHandler Method

GetFontHandler(Font)

Gets an existing FontHandler associated with a specified Font, or creates a new one if such font does not exist.

Declaration
public FontHandler GetFontHandler(Font font)
Public Function GetFontHandler(font As Font) As FontHandler
Parameters
Type Name Description
Font font

The font.

Returns
Type Description
FontHandler

The existing or newly created PdfFont.