the specific procedure as following:
http://www.cegui.org.uk/phpBB2/viewtopic.php?f=2&t=5102#p26202
Now, I meet two questions.
1. But I don't know how to use it in the system MouseCursor.
Because in Cegui the MouseCursor is not a Window.
2. How to expediently use the animation with a Tag. Like the following
Code: Select all
CEGUI::Window* textComponent;
.......
textComponent->setText("\n[colour='FF842B00'] Hello [font='Arial-Bold-10'] ABC123 [font='Arial-Italic-10'] ABC123 [font='Arial-BoldItalic-10'] ABC123 [font='Arial-10'] ABC123 ");
Somebody help me about it.
Thank you very much!