OperatingSystemFont.loadCoreX

Loads specifically a Core X font - rendered on the X server without antialiasing. Best performance.

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

Meta

History

Added November 13, 2020. Before then, this code was integrated in the load function.

Suggestion Box / Bug Report