pixelperfectengine.graphics.text

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.

Members

Aliases

Text
alias Text = TextTempl!Bitmap8Bit
Undocumented in source.

Classes

TextTempl
class TextTempl(BitmapType = Bitmap8Bit)

Implements a formatted text chunk, that can be serialized in XML form. Has a linked list structure to easily link multiple chunks after each other.

Functions

isWhiteSpaceMB
bool isWhiteSpaceMB(dchar c)

Checks character c if it's a whitespace character that may break but is not an absolute break, then returns the true if it is.

Meta