Table of Contents

Constructor Panose

Namespace
DocWright.Fonts
Assembly
DocWright.Fonts.dll

Panose(ReadOnlySpan<byte>)

Initializes a PANOSE value from ten bytes.

public Panose(ReadOnlySpan<byte> bytes)

Parameters

bytes ReadOnlySpan<byte>

The ten-byte PANOSE vector.

Exceptions

ArgumentException

bytes does not contain exactly ten bytes.