Edit

Share via


Feature Constructors

Definition

Overloads

Feature(Tag)

Creates a new Feature instance with the specified tag.

Feature(Tag, UInt32)

Creates a new Feature instance with the specified tag.

Feature(Tag, UInt32, UInt32, UInt32)

Creates a new Feature instance with the specified tag.

Feature(Tag)

Creates a new Feature instance with the specified tag.

public Feature(HarfBuzzSharp.Tag tag);

Parameters

tag
Tag

The tag to use.

Applies to

Feature(Tag, UInt32)

Creates a new Feature instance with the specified tag.

public Feature(HarfBuzzSharp.Tag tag, uint value);

Parameters

tag
Tag

The tag to use.

value
UInt32

The value to use.

Applies to

Feature(Tag, UInt32, UInt32, UInt32)

Creates a new Feature instance with the specified tag.

public Feature(HarfBuzzSharp.Tag tag, uint value, uint start, uint end);

Parameters

tag
Tag

The tag to use.

value
UInt32

The value to use.

start
UInt32

The start value.

end
UInt32

The end value.

Applies to