-
Notifications
You must be signed in to change notification settings - Fork 20
Known Issues
Rafa Skoberg edited this page Jun 10, 2019
·
1 revision
Due to the fact color tokens are just Color Markup tags, all issues with them also happen here. Putting a character right after a color token is known to cause problems with layouts, which are more noticeable with the typing effect this library provides. A simple workaround is to always put a whitespace right after the color token. e.g. Use Foo{Color=RED} Bar
instead of Foo {Color=RED}Bar
. You can read more about it on libGDX issue #4192.
Color Markup's []
tag doesn't work properly. Use {CLEARCOLOR}
instead.