How Change font

Khongxemsex

Newbie
Nov 25, 2020
18
2
"I'm translating a spy-taxi game into Vietnamese just for playing (not for sale). I changed the font in the gui.rpy file like I did with other games I've translated before, but this time the font doesn't change in the game. Does anyone know how to change the font properly? Thanks!"
 

anne O'nymous

I'm not grumpy, I'm just coded that way.
Modder
Donor
Respected User
Jun 10, 2017
12,039
19,018
"I'm translating a spy-taxi game into Vietnamese just for playing (not for sale). I changed the font in the gui.rpy file like I did with other games I've translated before, but this time the font doesn't change in the game. Does anyone know how to change the font properly? Thanks!"
Well, devs can define their own styles, and change the font there. So you'll have to check all the style defined for this game.

Also, changing the font in the gui.rpy file isn't what you should do. You should define a as explained by the doc. This being said, Ren'Py default font is supposed to
 

Khongxemsex

Newbie
Nov 25, 2020
18
2
Well, devs can define their own styles, and change the font there. So you'll have to check all the style defined for this game.

Also, changing the font in the gui.rpy file isn't what you should do. You should define a as explained by the doc. This being said, Ren'Py default font is supposed to
I was able to change the font myself. I used the command what_font="fonts/font4.ttf" to change the font of the characters.