Table of Contents

Method Parse

Namespace
DocWright.Fonts
Assembly
DocWright.Fonts.dll

Parse(string)

Parses a 20-digit hexadecimal PANOSE value (for example from w:panose1/@w:val).

public static Panose Parse(string text)

Parameters

text string

The text to parse.

Returns

Panose

The parsed PANOSE value.

Exceptions

ArgumentNullException

text is null.

FormatException

The text is not exactly 20 hexadecimal digits.