poison.ui.fonts

Undocumented in source.

Members

Enums

FontStyle
enum FontStyle

Enumeration of font styles.

Functions

loadFont
Font loadFont(string path)

Loads a font by its path or retrieves it from the font cache.

loadFonts
void loadFonts(string path)

Loads all fonts within a specific path.

retrieveFont
Font retrieveFont(string fontName, FontStyle style)

Retrieves a font by a name and style.

Imports

Font (from dsfml.graphics)
public import dsfml.graphics : Font;
Undocumented in source.

Meta