[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.FontHandlerCollection.TryGetFontHandler

TryGetFontHandler Method

TryGetFontHandler(Font, out FontHandler)

Gets the FontHandler associated with a specified Font.

Declaration
public bool TryGetFontHandler(Font font, out FontHandler pdfFont)
Parameters
Type Name Description
Font font

The raw font.

FontHandler pdfFont

OUT: the PdfFont object, or null.

Returns
Type Description
bool

True if a PdfFont was found, false otherwise.