PlainTextParser Class
A no-op parser that treats all text as plain text (no markup processing). Useful when you want to guarantee that special characters are rendered literally.
public sealed class PlainTextParser : Brine2D.Rendering.Text.IMarkupParser
Inheritance System.Object → PlainTextParser
Implements IMarkupParser
| Methods | |
|---|---|
| Parse(string, TextRenderOptions) | Parse markup text into a collection of styled text runs. |