Click or drag to resize
CanvasTypographyFeature Structure
Describes an OpenType font feature name and its parameter.

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public struct CanvasTypographyFeature

The CanvasTypographyFeature type exposes the following members.

Fields
  NameDescription
Public fieldName
Identifies which OpenType font feature this is.
Public fieldParameter
A parameter which is passed to an OpenType font feature.
Top
See Also