dagon v0.8.0 (2018-05-24T21:27:13Z)
Home
Dub
Repo
Font
dagon
ui
font
Undocumented in source.
abstract
class
Font : Owner {
float
height
;
float
width
(string str);
void
render
(RenderingContext* rc, Color4f color, string str);
this
(Owner o);
}
Constructors
this
this
(Owner o)
Undocumented in source.
Members
Functions
render
void
render
(RenderingContext* rc, 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