Can a BitmapText have text with different colors?

Hi!

Can a BitmapText have text with different colors? I want to have colored links in my chat, and if I have to use different BitmapText objects then aligtment and wrap mode will not work as well, I imagine.

http://hub.jmonkeyengine.org/javadoc/com/jme3/font/BitmapText.html#setColor(int,%20int,%20com.jme3.math.ColorRGBA)

There is also a way you can embed color tags. It’s not really documented well but you can see the format here: http://code.google.com/p/jmonkeyengine/source/browse/trunk/engine/src/core/com/jme3/font/ColorTags.java

1 Like

Nice! Thank you!