Table of Contents

Method Preflight

Namespace
DocWright.Layout
Assembly
DocWright.Layout.dll

Preflight(FontEngine, ResolvedDocument)

Runs a font preflight over every distinct family referenced by the document.

public static FontPreflightReport Preflight(FontEngine fontEngine, ResolvedDocument document)

Parameters

fontEngine FontEngine

The font engine whose resolver is exercised.

document ResolvedDocument

The resolved document to survey.

Returns

FontPreflightReport

The preflight report, one entry per distinct family.

Exceptions

ArgumentNullException

fontEngine or document is null.