atelier v0.0.1 (2018-09-29T13:22:57Z)
Dub
Repo
FontCache
ui
text
Undocumented in source.
class
FontCache :
ITextCache
{
this
(Font newFont);
Sprite
get
(dchar c);
}
Constructors
this
this
(Font newFont)
Undocumented in source.
Members
Functions
get
Sprite
get
(dchar c)
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From ITextCache
get
Sprite
get
(dchar c)
Undocumented in source.
Meta
Source
See Implementation
ui
text
classes
FontCache
Text
functions
setTextBoldFont
setTextItalicBoldFont
setTextItalicFont
setTextStandardFont
interfaces
ITextCache