TextParserTempl.onTextElementStart

Begins a new text chain, and flushes the font stack.

class TextParserTempl(BitmapType = Bitmap8Bit)
protected protected @safe
void
onTextElementStart
(
dstring[dstring] attributes
)
if (
is(BitmapType == Bitmap8Bit) ||
is(BitmapType == Bitmap16Bit)
||
is(BitmapType Bitmap32Bit)
)

Parameters

attributes dstring[dstring]

Attributes are received here from textparser.

Meta