Click or drag to resize
CanvasFontFaceGetSupportedTypographicFeatureNames Method (CanvasAnalyzedScript, String)
Gets an array of the supported typographic features for this font face.

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public CanvasTypographyFeatureName[] GetSupportedTypographicFeatureNames(
	CanvasAnalyzedScript script,
	string locale
)

Parameters

script
Type: Microsoft.Graphics.Canvas.TextCanvasAnalyzedScript
locale
Type: SystemString

Return Value

Type: CanvasTypographyFeatureName
Remarks

This method may return elements which do not map to actual CanvasTypographyFeatureName values. This is intended. Fonts are free to expose their own custom features, which may not belong to the frequently-used set enumerated from CanvasTypographyFeatureName. These feature identifiers and behaviors vary, depending on the font.

See Also