final class TypographyModule extends Module

Typography replacements module.

Properties

static $locales
string $locale

Methods

__construct(Texy $texy)

No description

void
beforeParse(Texy $texy, $text)

Text pre-processing.

string
postLine(string $text, bool $preserveSpaces = false)

No description

Details

at line 57
__construct(Texy $texy)

No description

Parameters

Texy $texy

at line 68
void beforeParse(Texy $texy, $text)

Text pre-processing.

Parameters

Texy $texy
$text

Return Value

void

at line 123
string postLine(string $text, bool $preserveSpaces = false)

No description

Parameters

string $text
bool $preserveSpaces

Return Value

string