Book badly displays large amount of text.
DrHesperus opened this issue · 5 comments
I'm having the exact same issue on 1.19.2 Fabric, though it's worth saying that I've always had issues with patchouli not scaling fonts correctly and making it very hard, sometimes impossible to read.
Two separate strings overlaid on each other:
edit: I've also tried changing both the book's and the game's gui scale, but unlike in previous versions, it does not work around the scaling bug.
I believe this is mostly about the way it gives up on proper word wrap and starts dropping vertical lines in random character glyphs as it attempts to squeeze the text onto the page anyway:
Screenshot was taken on Minecraft 1.19.2 with GUI scale 2 at the default window size of the runClient action of the Botania project. (Same for Fabric and Forge.)
The missing lines seem to come from a tiny amount of font scaling. Notice how it fails to fit the texts anyway because of the broken line wrapping in the first paragraph. It broke the line before a space character and two words that could have easily still fit on the first line. It also cut up somewhat long words with the second and third line break in the first paragraph, and did so at strange positions.