Text formatting in label?

Hi !
I was digging through some gui code and noticed Jmonkey has a “ColorTags” class.I’d like to re-visit a typing effect I made but by making the letters go from transparent to their destination color instead of adding characters to the string to prevent words from “popping” when they overflow.
Thanks!

Are you using BitmapText or something else?

What is the actual question? Is the javadoc helpful?
https://javadoc.jmonkeyengine.org/v3.3.2-stable/com/jme3/font/BitmapText.html

It doesn’t describe color tags but color tags are just a text-embedded way to set the color of specific parts of the text… which has methods you can see in the javadoc.

But your post lacks a question so I’m not sure which part needs addressing.