module

PointClickEngine::Graphics::Utils::BitmapFontManager

Bitmap font manager

Instance methods

clear

Clear all fonts

Source
default

Get default font

Source
default=(name : String)

Set default font

Source
get(name : String) : BitmapFont | Nil

Get cached font

Source
load(name : String, font_path : String) : BitmapFont

Load and cache a font

Source
load_grid(name : String, texture_path : String, char_width : Int32, char_height : Int32) : BitmapFont

Load grid font

Source