OperatingSystemFont.loadDefault

Loads the default font used by ScreenPainter if none others are loaded.

class OperatingSystemFont
loadDefault
()

Return Value

This method mutates the this object, but then returns this for easy chaining like:

auto font = foo.isNull ? foo : foo.loadDefault

Meta

History

Added previously, but left unimplemented until January 24, 2021.

Suggestion Box / Bug Report