jhe2 / gmu

The Gmu Music Player
GNU General Public License v2.0
23 stars 16 forks source link

Regarding the display of media file names #8

Open fengfrw opened 2 years ago

fengfrw commented 2 years ago

Hope to support Chinese display of media file names, thank you!

jhe2 commented 2 years ago

For chinese characters to be supported, I need to implement True Type font rendering in Gmu. Currently Gmu renders the characters on display via bitmap fonts to get that retro look. Implementing True Type font rendering is something I would like to do and with that, Chinese would be supported as well (given a font is used that includes the required glyphes). It might take a while until I get around to implementing that, though. I'll let you know once I do!

fengfrw commented 2 years ago

thank you very much! Looking forward to your completion.