- Aug 4, 2020
- 925
- 1,460
I put this code in my script.rpy to modify some fonts that are not compatible with international characters, but it does nothing for me .
Would anyone know why?
Thanks...
Would anyone know why?
Code:
translate spanish python:
gui.text_font = "fonts/dejavu.ttf"
gui.name_text_font = "fonts/kalam.ttf"
gui.interface_text_font = "fonts/oswald.ttf"
gui.text_size = 20
gui.interface_text_size = 30
gui.label_text_size = 30
gui.textbox_height = 150
gui.dialogue_width = 900