dmech ~master (2022-03-24T07:41:03.7311831)
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