Table of Contents

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 TextFormatter

The text formatter that created this macro

match Match

The match for the macro's regex

regex Regex

The regex used to create this macro

Returns

string
Represents a text formatting macro. Used by .