Delegate TextFormatter.Macro
- Namespace
- MLEM.Formatting
- Assembly
- MLEM.dll
Represents a text formatting macro. Used by Macros.
public delegate string TextFormatter.Macro(TextFormatter formatter, Match match, Regex regex)
Parameters
formatter
TextFormatterThe text formatter that created this macro
match
MatchThe match for the macro's regex
regex
RegexThe regex used to create this macro
Returns
- string
- Represents a text formatting macro. Used by .