IMarkupParser Interface
Definition
Namespace: Brine2D.Rendering.Text
Interface for parsing markup text into styled text runs. Implement this to support custom markup formats \(Markdown, HTML, etc\.\).
Derived
↳ BBCodeParser
↳ PlainTextParser
| Properties | |
|---|---|
| FormatName | Gets the name of the markup format this parser supports. |
| Methods | |
|---|---|
| Parse\(string, TextRenderOptions\) | Parse markup text into a collection of styled text runs. |