Hello. I have a tiny problem. I am running Character Maker (a japanese painting program aimed mainly for RPG Maker and the like). Now on Windows, it used the default system font, but when I run it under Wine it uses an ugly handwriting font. Is there a way to fix this problem? It also happens with several programs which were originally in japanese (such as Melody Raiser [from the same author] and PSX Multi Converter [A program to play music videos and view images from Playstation CDs]).
LC_LANG=ja_JP.utf8 wine program.exe or LC_ALL=ja_JP.utf8 wine program.exe Make sure you have the locale installed. You might also need some Japanese fonts installed in wine.
"kaeza" <wineforum-user at winehq.org> wrote:> I am running Character Maker (a japanese painting program aimed > mainly for RPG Maker and the like). > Now on Windows, it used the default system font, but when I run > it under Wine it uses an ugly handwriting font. > Is there a way to fix this problem? > It also happens with several programs which were originally in > japanese (such as Melody Raiser [from the same author] and PSX > Multi Converter [A program to play music videos and view images > from Playstation CDs])."winetricks allfonts" might help.
What I really want is to make Wine have the Windows behavior of using the System font for the program. How can I do that?
ok now trying "winetricks allfonts"... hope it works
On Mon, Dec 5, 2011 at 10:24 PM, kaeza <wineforum-user at winehq.org> wrote:> Ok, I got a workaround (I think). > I just symlinked all the fonts from my windows installation to the Wine fonts dir and now it works. >Might be better to copy them. Do not overwrite the font files installed by winetricks. James