Struct OpenTypeFeature
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Aurigma.DesignAtoms.Model.Items
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public struct OpenTypeFeature
Constructors
OpenTypeFeature(OpenTypeFeatureTag)
Declaration
public OpenTypeFeature(OpenTypeFeatureTag tag)
Parameters
| Type | Name | Description |
|---|---|---|
| OpenTypeFeatureTag | tag |
OpenTypeFeature(OpenTypeFeatureTag, Int32)
Declaration
public OpenTypeFeature(OpenTypeFeatureTag tag, int value)
Parameters
| Type | Name | Description |
|---|---|---|
| OpenTypeFeatureTag | tag | |
| System.Int32 | value |
Properties
Tag
Declaration
public OpenTypeFeatureTag Tag { get; set; }
Property Value
| Type | Description |
|---|---|
| OpenTypeFeatureTag |
Value
Declaration
public int Value { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |