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

CreateSubset(ReadOnlySpan<byte>)

Creates a post format-3 table, retaining metrics but dropping glyph names.

public static byte[] CreateSubset(ReadOnlySpan<byte> source)

Parameters

source ReadOnlySpan<byte>

Returns

byte[]

GetGlyphName(int)

public string? GetGlyphName(int glyphIndex)

Parameters

glyphIndex int

Returns

string