Table of Contents

Class FontLoadResult

Namespace
KernSmith.Font
Assembly
KernSmith.dll

Result of loading a system font, including TTC face index.

public sealed record FontLoadResult : IEquatable<FontLoadResult>
Inheritance
FontLoadResult
Implements
Inherited Members

Constructors

FontLoadResult(byte[], int)

Result of loading a system font, including TTC face index.

public FontLoadResult(byte[] Data, int FaceIndex)

Parameters

Data byte[]
FaceIndex int

Properties

Data

public byte[] Data { get; init; }

Property Value

byte[]

FaceIndex

public int FaceIndex { get; init; }

Property Value

int