Table of Contents

Struct TrueTypeFont.ValueRecord

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

Constructors

ValueRecord(short?, short?, short?, short?)

public ValueRecord(short? XPlacement, short? YPlacement, short? XAdvance, short? YAdvance)

Parameters

XPlacement short?
YPlacement short?
XAdvance short?
YAdvance short?

Properties

XAdvance

public short? XAdvance { readonly get; set; }

Property Value

short?

XPlacement

public short? XPlacement { readonly get; set; }

Property Value

short?

YAdvance

public short? YAdvance { readonly get; set; }

Property Value

short?

YPlacement

public short? YPlacement { readonly get; set; }

Property Value

short?

Methods

Parse(ReadOnlySpan<byte>, ushort, out int)

public static TrueTypeFont.ValueRecord Parse(ReadOnlySpan<byte> span, ushort format, out int size)

Parameters

span ReadOnlySpan<byte>
format ushort
size int

Returns

TrueTypeFont.ValueRecord