GSDL::FontOldManager
Constants
DefaultFontKey = "default"
DefaultFontSize = 16_f32
Class methods
Loads a font based on the mode (release/debug). In release mode, it uses AssetManager to load from the packfile. In debug mode, it loads from the loose asset filesystem path, prepending GSDL::AssetManager.asset_path.
Loads a font from raw byte data and associates it with a key.