PlainTextParser Class
Definition
Namespace: Brine2D.Rendering.Text
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.
Inheritance System.Object → PlainTextParser
Implements IMarkupParser
| Methods | |
|---|---|
| Parse\(string, TextRenderOptions\) | Parse markup text into a collection of styled text runs. |