Class FontLoadResult
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
Properties
Data
public byte[] Data { get; init; }
Property Value
- byte[]
FaceIndex
public int FaceIndex { get; init; }