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
formatterTextFormatterThe text formatter that created this macro
matchMatchThe match for the macro's regex
regexRegexThe regex used to create this macro
Returns
- string
- Represents a text formatting macro. Used by .