dmech v0.4.1 (2020-07-30T18:32:41Z)
Home
Dub
Repo
Font
dgl
ui
font
Undocumented in source.
abstract
class
Font : Freeable {
float
height
;
void
draw
(string str);
float
textWidth
(string str);
}
Members
Functions
draw
void
draw
(string str)
Undocumented in source.
textWidth
float
textWidth
(string str)
Undocumented in source.
Variables
height
float
height
;
Undocumented in source.
Meta
Source
See Implementation
dgl
ui
font
classes
Font