[]
Initializes a new instance of FontSubSet.FontFeature, enabled by default.
public FontFeature(FontSubSet.FeatureTag featureTag)
Type | Name | Description |
---|---|---|
FontSubSet.FeatureTag | featureTag |
Initializes a new instance of FontSubSet.FontFeature with a value indicating whether the feature is enable or disabled.
public FontFeature(FontSubSet.FeatureTag featureTag, bool enabled)
Type | Name | Description |
---|---|---|
FontSubSet.FeatureTag | featureTag | |
bool | enabled |
Initializes a new instance of FontSubSet.FontFeature with the specified 1-based position of alternate glyph ID.
public FontFeature(FontSubSet.FeatureTag featureTag, int parameter, bool applyLastAlternativeIfNotAvailable = true)
Type | Name | Description |
---|---|---|
FontSubSet.FeatureTag | featureTag | |
int | parameter | |
bool | applyLastAlternativeIfNotAvailable |