-
Notifications
You must be signed in to change notification settings - Fork 333
Open
Description
I'm using XUnity.AutoTranslator to localize my game, but I'm having trouble modifying the font color of translated text.
The original text is white, but after translation it becomes dark. How can I make the translated text white?
I've enabled EnableFairyGUI=True in the config, and I'm using _Postprocessors.txt to wrap translations with color and size tags like this:
^.<color=.>..$ → $0
^\s*$ → $0
^(.+)$ → <size=24><color=#FFFFFFFF>$1</b
but still dark ,like this
thank you!
Metadata
Metadata
Assignees
Labels
No labels
