OpenTypeFeature Constructor (OpenTypeFeatureTag, Int32)

Initializes a new OpenTypeFeature object with a specified OpenTypeFeatureTag and a value associated with this Open Type feature.

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

Syntax

C#
public OpenTypeFeature(
	OpenTypeFeatureTag tag,
	int value
)

Parameters

tag

Type: Aurigma.GraphicsMill.AdvancedDrawing.OpenTypeFeatureTag

The tag of an Open Type feature.
value

Type: System.Int32

The value associated with the Open Type feature.

See Also

Reference