Click or drag to resize
CanvasTypographyAddFeature Method (CanvasTypographyFeatureName, UInt32)
Adds an OpenType font feature.

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public void AddFeature(
	CanvasTypographyFeatureName name,
	uint parameter
)

Parameters

name
Type: Microsoft.Graphics.Canvas.TextCanvasTypographyFeatureName
parameter
Type: SystemUInt32
See Also