Path.DrawText Method

Draws text along the path using the specified font registry.

Namespace: Aurigma.GraphicsMill.Drawing
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public void DrawText(
	Text text,
	FontRegistry fontRegistry,
	float dpiX,
	float dpiY
)

Parameters

text

Type: Aurigma.GraphicsMill.Drawing.Text

The text to draw.
fontRegistry

Type: Aurigma.GraphicsMill.Drawing.FontRegistry

The font registry to use for text rendering.
dpiX

Type: System.Single

dpiY

Type: System.Single

See Also

Reference