Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / FontHandlerCollection Class / GetFontHandler Method
The font.

In This Topic
    GetFontHandler Method
    In This Topic
    Gets an existing FontHandler associated with a specified GrapeCity.Documents.Text.Font, or creates a new one if such font does not exist.
    Syntax
    '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.
    See Also