Class OpenTypeFeature
Package: @aurigma/design-atoms-text
Constructors
(constructor)(tag, value)
Constructs a new instance of the OpenTypeFeature
class
Declaration
constructor(tag: OpenTypeFeatureTag, value: number);
Parameters
Type | Name | Description |
---|---|---|
OpenTypeFeatureTag | tag | |
number | value |
Properties
tag
Declaration
tag: OpenTypeFeatureTag;
Property Value
Type | Description |
---|---|
OpenTypeFeatureTag |
value
Declaration
value: number;
Property Value
Type | Description |
---|---|
number |
Methods
equals(other)
Declaration
equals(other: OpenTypeFeature): boolean;
Parameters
Type | Name | Description |
---|---|---|
OpenTypeFeature | other |
Returns
Type | Description |
---|---|
boolean |