Loads the default font used by ScreenPainter if none others are loaded.
This method mutates the this object, but then returns this for easy chaining like:
auto font = foo.isNull ? foo : foo.loadDefault
See Implementation
Added previously, but left unimplemented until January 24, 2021.
Loads the default font used by ScreenPainter if none others are loaded.