VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode.TextRendering Namespace / TextRenderer Class / DrawText(TextFont,String,VintasoftColor,VintasoftRectF,TextLayoutProperties) Method
Syntax Requirements SeeAlso
In This Topic
DrawText(TextFont,String,VintasoftColor,VintasoftRectF,TextLayoutProperties) Method (TextRenderer)
In This Topic
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: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also