AZO234 / NP2kai

Neko Project II kai
http://domisan.sakura.ne.jp/article/np2kai/np2kai.html
MIT License
254 stars 62 forks source link

[SDL2] Is it possible to use font.bmp as kanji ROM font apart from TTF font? #59

Open frank-deng opened 5 years ago

AZO234 commented 5 years ago

I have not confirmed the operation,
but it seems to be written in NP2 explanation that
putting default.ttf will create font.tmp.

AZO234 commented 5 years ago

I understand that font.tmp is not created correctly. I am sorry I took time.

I tried to fix it, but it may not be fixed soon.

AZO234 commented 5 years ago

Directory where np2kai is installed, ./config/np2kai Place the default.ttf in. (It is OK with a shortcut.)

Windows did not do this operation, the font.tmp file was created correctly automatically.
(However, it is only Japanese environment.) If necessary, install a Japanese font file (msgothic.ttc).

On Linux, https://github.com/byrongibson/fonts/blob/master/backup/truetype.original/takao-gothic/TakaoPGothic.ttf Download and rename it to default.ttf and use it.

The X11 version is under investigation.