Font

Get a font in a GUI framework-agnostic way.

version(!dfl)
struct Font {
FontFace face;
string name;
double size;
}

Meta