Disable new ttf window size limit? I use 43 to 60 lines in some TTF windows, and the limit makes the type too small #6262
Replies: 1 comment
|
And I've posted a PR to implement this: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Would it be possible to add a config option that would disable the change made here:
b67984c
As it says in the header, my apps use 43-line screens by default, and include options to go up to 50 or 60 lines, and the new limit makes the text too hard to read. I know I can comment out the new code in output_ttf.cpp, but I'm probably not the only person who could use an option to disable this.
Many thanks for considering it!
All reactions