GSDL::FontManager
Constants
DefaultFontKey = :default
DefaultFontSize = 16_f32
DefaultOutline = 0
Class methods
begin_frame
Sourceclear_all
Sourcedefault
Sourcedefault_outline
Sourcedefault_size
Sourceget(id : Symbol, size : Num, outline : Int32, weight : FontWeight = FontWeight::Normal, style : FontStyle = FontStyle::Regular) : Font
Sourceget(name : String, size : Num, outline : Int32, weight : FontWeight = FontWeight::Normal, style : FontStyle = FontStyle::Regular) : Font
Retrieves a loaded font by its key.
Loads a font based on the mode (release/debug).
register_runtime(mappings : NamedTuple)
Sourcesetup
SourceMacros
register(mappings)
Source