Skip to content

TextRenderOptions.MarkupParser Property

Definition

Namespace: Brine2D.Rendering.Text

The markup parser to use when ParseMarkup is true. If null, a default BBCode parser will be used.

public Brine2D.Rendering.Text.IMarkupParser? MarkupParser { get; init; }

Property Value

IMarkupParser