Table of Contents

Method OverlayOnto

Namespace
DocWright.Dom
Assembly
DocWright.Dom.dll

OverlayOnto(CharacterFormat, bool)

Copies every specified value onto target, leaving the target's other values untouched. This is plain last-writer-wins layering; the style resolver applies toggle XOR semantics separately.

public void OverlayOnto(CharacterFormat target, bool includeToggles = true)

Parameters

target CharacterFormat

The bag receiving the values.

includeToggles bool

Whether the §17.7.3 toggle properties are copied too.