Skip to main content

Struct VelloOpenTypeFeature

Namespace: VelloSharp.Text
Assembly: VelloSharp.Text.dll

public readonly record struct VelloOpenTypeFeature : IEquatable<VelloOpenTypeFeature>

Implements

IEquatable<VelloOpenTypeFeature>

Inherited Members

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

Constructors

VelloOpenTypeFeature(string, int, uint, uint)

public VelloOpenTypeFeature(string Tag, int Value, uint Start = 0, uint End = 4294967295)

Parameters

Tag string

Value int

Start uint

End uint

Properties

End

public uint End { get; init; }

Property Value

uint

Start

public uint Start { get; init; }

Property Value

uint

Tag

public string Tag { get; }

Property Value

string

Value

public int Value { get; init; }

Property Value

int