Table of Contents

Struct NameTable.NameRecord

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

Constructors

NameRecord(ushort, string)

public NameRecord(ushort NameID, string Value)

Parameters

NameID ushort
Value string

Properties

NameID

public ushort NameID { readonly get; set; }

Property Value

ushort

Value

public string Value { readonly get; set; }

Property Value

string