• To improve security, we will soon start forcing password resets for any account that uses a weak password on the next login. If you have a weak password or a defunct email, please update it now to prevent future disruption.

VN Ren'Py problems with a translation

iOtero

Active Member
Aug 4, 2020
924
1,458
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?

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
Thanks...