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
Start
public uint Start { get; }
Property Value
Tag
public Tag Tag { get; }
Property Value
Value
public uint Value { get; }