ArtText Constructor (String, Font)

Initializes a new instance of the ArtText class with the given string and font.

Namespace: Aurigma.GraphicsMill.AdvancedDrawing.Art
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
protected ArtText(
	string text,
	Font font
)

Parameters

text

Type: System.String

A text string.
font

Type: Aurigma.GraphicsMill.AdvancedDrawing.Font

Font defining the font characteristics of the text.

See Also

Reference