voxelman ~master (2018-10-12T19:51:42Z)
Dub
Repo
FontManager
voxelman
graphics
font
fontmanager
Undocumented in source.
class
FontManager {
FontRef
defaultFont
;
string
fontPath
;
this
(string fontPath, TextureAtlas texAtlas);
FontRef
createFont
(string path, string filename, uint height);
TextureAtlas
texAtlas
;
FontRef
[
string
]
fonts
;
}
Constructors
this
this
(string fontPath, TextureAtlas texAtlas)
Undocumented in source.
Members
Functions
createFont
FontRef
createFont
(string path, string filename, uint height)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
defaultFont
FontRef
defaultFont
;
Undocumented in source.
fontPath
string
fontPath
;
Undocumented in source.
fonts
FontRef
[
string
]
fonts
;
Undocumented in source.
texAtlas
TextureAtlas
texAtlas
;
Undocumented in source.
Meta
Source
See Implementation
voxelman
graphics
font
fontmanager
classes
FontManager
functions
loadFont