Table of Contents

Class GPosTable.ClassDefTable.Format1

Namespace
Xui.Runtime.Software.Font
Assembly
Xui.Runtime.Software.dll
public sealed class GPosTable.ClassDefTable.Format1 : GPosTable.ClassDefTable
Inheritance
GPosTable.ClassDefTable.Format1
Inherited Members

Constructors

Format1(ReadOnlySpan<byte>)

public Format1(ReadOnlySpan<byte> span)

Parameters

span ReadOnlySpan<byte>

Properties

this[ushort]

Returns the class ID for the given glyph ID. If the glyph is not in the defined range, returns 0 (default class).

public override ushort this[ushort glyphId] { get; }

Parameters

glyphId ushort

Property Value

ushort