RichTextKit v0.4

TextBlock.FontMapper Property

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

Gets or sets the font mapper to be used by this TextBlock instance

public FontMapper FontMapper { get; set; }

Remarks

When null, the default font mapper (FontMapper.Default) is used.

Property Type

FontMapper