OperatingSystemFont.loadXft

Loads specifically with the Xft library - a freetype font from a fontconfig string.

class OperatingSystemFont
version(with_xft)
bool
loadXft
(
string name
,
int size = 0
,
FontWeight weight = FontWeight.dontcare
,
bool italic = false
)

Meta

History

Added November 13, 2020.

Suggestion Box / Bug Report