dagon v0.12.0-beta2 (2021-10-10T20:59:18Z)
Home
Dub
Repo
Font
dagon
ui
font
Undocumented in source.
abstract
class
Font : Owner {
float
height
;
this
(Owner o);
float
width
(string str);
void
render
(GraphicsState* state, Color4f color, string str);
}
Constructors
this
this
(Owner o)
Undocumented in source.
Members
Functions
render
void
render
(GraphicsState* state, Color4f color, string str)
Undocumented in source.
width
float
width
(string str)
Undocumented in source.
Variables
height
float
height
;
Undocumented in source.
Meta
Source
See Implementation
dagon
ui
font
classes
Font