One possibility, rather than allowing the user to choose a different font, is to allow the user to choose a custom magnification. In printing.c search for the comment /* WTF? */, which I assume means "what the heck?". The magnification value is, in the current version of the file, -2. See the docs for Scintilla SSM SCI_SETPRINTMAGNIFICATION.
Note that there are currently rendering bugs regarding printing, and this change would exacerbate those bugs. #3580268, #3580269
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Geany 1.23 (git >= 8855c14), en_US.UTF-8
One possibility, rather than allowing the user to choose a different font, is to allow the user to choose a custom magnification. In printing.c search for the comment /* WTF? */, which I assume means "what the heck?". The magnification value is, in the current version of the file, -2. See the docs for Scintilla SSM SCI_SETPRINTMAGNIFICATION.
Note that there are currently rendering bugs regarding printing, and this change would exacerbate those bugs. #3580268, #3580269
I am *sure* that WTF means "Well Thats Funny" or something similar :)