Namespace MLEM.Formatting.Codes
Classes
- AnimatedCode
An instance of a formatting code that can be used for a TextFormatter. To add a new formatting code, see Codes
- Code
An instance of a formatting code that can be used for a TextFormatter. To add a new formatting code, see Codes
- ColorCode
An instance of a formatting code that can be used for a TextFormatter. To add a new formatting code, see Codes
- FontCode
An instance of a formatting code that can be used for a TextFormatter. To add a new formatting code, see Codes
- ImageCode
An instance of a formatting code that can be used for a TextFormatter. To add a new formatting code, see Codes
- ImageCodeExtensions
A set of extensions that allow easily adding image formatting codes to a text formatter.
- LinkCode
An instance of a formatting code that can be used for a TextFormatter. To add a new formatting code, see Codes
- OutlineCode
An instance of a formatting code that can be used for a TextFormatter. To add a new formatting code, see Codes
- ShadowCode
An instance of a formatting code that can be used for a TextFormatter. To add a new formatting code, see Codes
- SimpleEndCode
An instance of a formatting code that can be used for a TextFormatter. To add a new formatting code, see Codes
- SubSupCode
An instance of a formatting code that can be used for a TextFormatter. To add a new formatting code, see Codes
- UnderlineCode
An instance of a formatting code that can be used for a TextFormatter. To add a new formatting code, see Codes
- WobblyCode
An instance of a formatting code that can be used for a TextFormatter. To add a new formatting code, see Codes
Delegates
- Code.Constructor
Creates a new formatting code from the given regex and regex match. Codes