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)
public OpenTypeFeature( OpenTypeFeatureTag tag, int value )
Type: Aurigma.GraphicsMill.AdvancedDrawing.OpenTypeFeatureTag
The tag of an Open Type feature.Type: System.Int32
The value associated with the Open Type feature.