Table of Contents

Class MaxProfileTable

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

Constructors

MaxProfileTable(ReadOnlySpan<byte>)

public MaxProfileTable(ReadOnlySpan<byte> data)

Parameters

data ReadOnlySpan<byte>

Properties

NumGlyphs

public ushort NumGlyphs { get; }

Property Value

ushort

Methods

CreateSubset(ReadOnlySpan<byte>, ushort)

Copies a maxp table with the compact glyph count.

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

Parameters

source ReadOnlySpan<byte>
numGlyphs ushort

Returns

byte[]