Table of Contents

Struct TrueTypeFont.ValueRecordTuple

Namespace
Xui.Runtime.Software.Font
Assembly
Xui.Runtime.Software.dll
public record struct TrueTypeFont.ValueRecordTuple : IEquatable<TrueTypeFont.ValueRecordTuple>
Implements
Inherited Members

Constructors

ValueRecordTuple(ValueRecord, ValueRecord)

public ValueRecordTuple(TrueTypeFont.ValueRecord Left, TrueTypeFont.ValueRecord Right)

Parameters

Left TrueTypeFont.ValueRecord
Right TrueTypeFont.ValueRecord

Properties

Left

public TrueTypeFont.ValueRecord Left { readonly get; set; }

Property Value

TrueTypeFont.ValueRecord

Right

public TrueTypeFont.ValueRecord Right { readonly get; set; }

Property Value

TrueTypeFont.ValueRecord