VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode.TextRendering Namespace / TextRenderer Class / DrawText(TextFont,String,VintasoftColor,VintasoftRectF,TextLayoutProperties) Method
Syntax Requirements SeeAlso
    DrawText(TextFont,String,VintasoftColor,VintasoftRectF,TextLayoutProperties) Method (TextRenderer)
    Draws the specified text at the specified VintasoftRectF using the specified VintasoftColor and TextFont objects.
    Syntax

    Parameters

    font
    The TextFont, which should be used for drawing text.
    text
    A text in Unicode encoding to draw.
    color
    The VintasoftColor, which should be used for drawing text.
    rect
    The VintasoftRectF of the drawn text.
    layoutProperties
    The TextLayoutProperties, which should be used for drawing text.
    Requirements

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

    See Also