You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also believe that we should be able to change some settings such as font size. I'm using a custom font (Apple Kid), and the text is ridiculously small.
Currently new-hbmenu treats multiple consecutive spaces as a synonym for newline. If anybody can think of other heuristic rules to try to fix some of these long descriptions (which shouldn't have been so long in the first place), please let me know.
Also, let me point out that I won't "fix" any issues related to replacing the official Nintendo system font with something else since that is not a problem related to new-hbmenu and is totally a responsibility of the person who does the replacement.
I can only think of heuristics that would work with English (since that is the language I'm most familiar with) but it might carry over to other languages:
If the description is over 50 characters long, replace the last space of every 50 characters with a newline, unless it either matches the two-spaces rule or the description would exceed two lines (in which case it would truncate the description?).
Specifically, when there's a lot of text in the description of a homebrew, the characters get compressed into three-pixel-wide barely readable blobs.
Screenshot:
The text was updated successfully, but these errors were encountered: