RichTextKit v0.4

FontMapper.Default Field

Assembly: Topten.RichTextKit.dll
Namespace: Topten.RichTextKit
Declaring Type: FontMapper

The default font mapper instance.

public static FontMapper Default;

Remarks

The default font mapper is used by any TextBlocks that don't have an explicit font mapper set (see the TextBlock.FontMapper property).

Replacing the default font mapper allows changing the font mapping for all text blocks that don't have an explicit mapper assigned.

Field Type

FontMapper