Empty constructor, primarily for testing purposes
Loads a fontset from disk.
Breaks the input text into multiple lines according to the parameters.
Returns the character info if present, or a substitute from either a fallback font if it found in them or the default substitute character (0xFFFD)
Returns the kerning for the given character pair if there's any, or 0. Should be called through CharacterFormattingInfo, which can bypass it if formatting flag is enabled.
Returns the name of the font
Returns the width of the text in pixels.
returns the height of the font.
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.