pixelperfectengine.graphics.fontsets

Undocumented in source.

Public Imports

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

Members

Classes

CharacterFormattingInfo
class CharacterFormattingInfo(T)

Stores character formatting info.

Fontset
class Fontset(T)

Stores the letters and all the data associated with the font, also has functions related to text lenght and line formatting. Supports variable letter width. TODO: Add ability to load from dpk files through the use of vfiles.

Enums

FormattingCharacters
enum FormattingCharacters

Defines formatting characters. DC1 is repurposed to initialize binary embedded CharacterFormattingInfo. DC2 is repurposed to initialize length of formatted text blocks.

FormattingFlags
enum FormattingFlags

Specifies formatting flags. They usually can be mixed with others, see documentation for further info.

TextType
enum TextType

Defines what kind of encoding the text use

Meta