VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing Namespace / PdfDrawingEngine Class / Fonts Property
Syntax Remarks Requirements SeeAlso
In This Topic
    Fonts Property (PdfDrawingEngine)
    In This Topic
    Gets or sets the fonts, which can be used for drawing of text.
    Syntax
    Remarks

    This drawing engine searches the font by the font name when engine needs to draw text using specified font. If font is not found, engine calls the CreateFont(IDrawingFont) method for creating the font.

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also