pixelperfectengine.system.lang.textparser

Undocumented in source.

Public Imports

pixelperfectengine.graphics.fontsets
public import pixelperfectengine.graphics.fontsets;
Undocumented in source.
pixelperfectengine.graphics.bitmap
public import pixelperfectengine.graphics.bitmap;
Undocumented in source.
pixelperfectengine.graphics.text
public import pixelperfectengine.graphics.text;
Undocumented in source.
pixelperfectengine.system.exc
public import pixelperfectengine.system.exc;
Undocumented in source.

Members

Aliases

TextParser
alias TextParser = TextParserTempl!Bitmap8Bit
Undocumented in source.

Classes

TextParserTempl
class TextParserTempl(BitmapType = Bitmap8Bit)

Parses text from XML/ETML

XMLTextParsingException
class XMLTextParsingException
Undocumented in source.

Functions

isInteger (from pixelperfectengine.system.etc)
bool isInteger(S s) via public import pixelperfectengine.system.etc : isInteger;

Tests if the input string is integer and returns true if it is.

Meta