2022-10-31 20:35:00 +00:00
|
|
|
translate chinese style default:
|
|
|
|
font "tl/chinese/NotoSansSC-Bold.otf"
|
|
|
|
|
|
|
|
translate chinese python:
|
|
|
|
gui.text_font = "tl/chinese/NotoSansSC-Bold.otf"
|
|
|
|
gui.bold_font = "tl/chinese/NotoSansSC-Black.otf"
|
2022-11-05 21:27:34 +00:00
|
|
|
# Note: This is required for non-alphabetic scripts to support inputs.
|
|
|
|
ALLOWED_CHARACTERS = None
|