Skip to main content

Struct Feature

Namespace: HarfBuzzSharp
Assembly: VelloSharp.HarfBuzzSharp.dll

public readonly struct Feature

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Constructors

Feature(Tag, uint, uint, uint)

public Feature(Tag tag, uint value, uint start = 0, uint end = 4294967295)

Parameters

tag Tag

value uint

start uint

end uint

Properties

End

public uint End { get; }

Property Value

uint

Start

public uint Start { get; }

Property Value

uint

Tag

public Tag Tag { get; }

Property Value

Tag

Value

public uint Value { get; }

Property Value

uint