xfontstr

This is the default font used. You might change this before doing anything else with the library if you want to try something else. Surround that in static if(UsingSimpledisplayX11) for cross-platform compatibility.

version(X11)
__gshared
string xfontstr;
Suggestion Box / Bug Report