font
fn
void font(int face, int size) nothrow @nogcSets the current font and size for text drawing.
Parameters
face | Font face (use Font enum or integer) |
size | Font size in pixels Example: |
ditto
void font(int face, int size) nothrow @nogcSets the current font and size for text drawing.
face | Font face (use Font enum or integer) |
size | Font size in pixels Example: |
ditto