Table of Contents

Class PostTable

Namespace
Xui.Runtime.Software.Font
Assembly
Xui.Runtime.Software.dll
public class PostTable
Inheritance
PostTable
Inherited Members

Constructors

PostTable(ReadOnlySpan<byte>)

public PostTable(ReadOnlySpan<byte> data)

Parameters

data ReadOnlySpan<byte>

Methods

GetGlyphName(int)

public string? GetGlyphName(int glyphIndex)

Parameters

glyphIndex int

Returns

string