- closeFormattingTag
void closeFormattingTag()
Undocumented in source. Be warned that the author may not have intended to support it.
- closeTextBlockIfNotEmpty
void closeTextBlockIfNotEmpty()
Undocumented in source. Be warned that the author may not have intended to support it.
- defaultFormatting
CharacterFormattingInfo!BitmapType defaultFormatting()
Gets the default formatting
- hasChrFormatting
sizediff_t hasChrFormatting(ChrFormat frmt)
Undocumented in source. Be warned that the author may not have intended to support it.
- input
dstring input()
- onBrElement
void onBrElement()
Undocumented in source. Be warned that the author may not have intended to support it.
- onElementEmpty
void onElementEmpty(dstring name, dstring[dstring] attr)
Undocumented in source. Be warned that the author may not have intended to support it.
- onElementEnd
void onElementEnd(dstring name)
Undocumented in source. Be warned that the author may not have intended to support it.
- onElementStart
void onElementStart(dstring name, dstring[dstring] attr)
Undocumented in source. Be warned that the author may not have intended to support it.
- onFontElementStart
void onFontElementStart(dstring[dstring] attributes)
Undocumented in source. Be warned that the author may not have intended to support it.
- onFormatDefElement
void onFormatDefElement(dstring[dstring] attributes)
Undocumented in source. Be warned that the author may not have intended to support it.
- onFormatElementStart
void onFormatElementStart(dstring[dstring] attributes)
Undocumented in source. Be warned that the author may not have intended to support it.
- onFrontTabElement
void onFrontTabElement(dstring[dstring] attributes)
Undocumented in source. Be warned that the author may not have intended to support it.
- onIElementStart
void onIElementStart(dstring[dstring] attributes)
Undocumented in source. Be warned that the author may not have intended to support it.
- onImageElement
void onImageElement(dstring[dstring] attributes)
Undocumented in source. Be warned that the author may not have intended to support it.
- onLineFormatElementStart
void onLineFormatElementStart(dstring[dstring] attributes)
Undocumented in source. Be warned that the author may not have intended to support it.
- onPElementStart
void onPElementStart(dstring[dstring] attributes)
Undocumented in source. Be warned that the author may not have intended to support it.
- onText
void onText(dstring content)
Undocumented in source. Be warned that the author may not have intended to support it.
- onTextElementStart
void onTextElementStart(dstring[dstring] attributes)
Begins a new text chain, and flushes the font stack.
- parse
void parse()
Parses the formatted text, then sets the output values.
- removeTopFromFrmtStack
void removeTopFromFrmtStack()
Undocumented in source. Be warned that the author may not have intended to support it.
- testFormatting
void testFormatting(ChrFormat frmt)
Undocumented in source. Be warned that the author may not have intended to support it.
Parses text from XML/ETML
See "ETML.md" for further info on how the ETML format works.