d0k3 / GodMode9

GodMode9 Explorer - A full access file browser for the Nintendo 3DS console :godmode:
GNU General Public License v3.0
2.07k stars 192 forks source link

[FEATURE REQUEST] A Better CJK Font #836

Open giiutfff opened 5 months ago

giiutfff commented 5 months ago

Got a great idea on how to improve GodMode9? The CJK font in the repository 美咲ゴシック (Misaki Gothic) 8x8 is kinda too small to read, and only contains a small set of characters. Thus a lot of characters are displayed as ?.

Describe the feature you'd like Add a bigger font like zpix which has larger symbol set and bigger size for more comfort reading.

Describe alternatives you've considered I'm too stupid to figure out how to convert the file format to a gm9 compatible one. So could you kindly please add this to the repository for anyone who might be interested.

Pixel CJK Fonts: zpix 11px 21998 characters https://github.com/SolidZORO/zpix-pixel-font

Fusion Pixel 12px 29990 characters Fusion Pixel 10px 23282 characters Fusion Pixel 8px 20339 characters https://github.com/TakWolf/fusion-pixel-font

d0k3 commented 5 months ago

I have nothing against adding a new CJK font, however pixel true estate is scarce on the 3DS, and a bigger font always means that less information can be shown on screen. That being said, fonts are in the .pbm format, which is viewable in IrfanView (f.e.), and you can convert to the format from other software tools as well.

giiutfff commented 3 months ago

Which other software tools? I'd like to try, if it doesn't involve compiling a bunch of code or something like that.