CharStyle Constructor (String, Single)

Creates the CharStyle object with the specified PostScript name and font size.

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

Syntax

C#
public CharStyle(
	string postScriptName,
	float size
)

Parameters

postScriptName

Type: System.String

size

Type: System.Single

Font size.

See Also

Reference