VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode.ImageSharp.TextRendering Namespace / ImageSharpTextFont Class / ImageSharpTextFont Constructor(Font)
Syntax Requirements SeeAlso
In This Topic
    ImageSharpTextFont Constructor(Font)
    In This Topic
    Initializes a new instance of the ImageSharpTextFont class. Ownership of the source is transferred, so the caller must not reference it again.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal source
    The source font.
    As SixLabors.Fonts.Font _
    )
    public ImageSharpTextFont(
    SixLabors.Fonts.Font source
    )
    public: ImageSharpTextFont(
    SixLabors.Fonts.Font source
    )
    public:
    ImageSharpTextFont(
    SixLabors.Fonts.Font source
    )

    Parameters

    source
    The source font.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6

    See Also