I have a StyledText and I'm trying to use a custom bitmap for a tab character instead of the character glyph used in the font. Is there any way to replace one of the glyphs? If not, then is there a listener that is called when each character is drawn?
Asked
Active
Viewed 199 times
0
-
Verify that no existing [Unicode](http://www.unicode.org/charts/) glyph meets your requirements. – trashgod Jul 21 '12 at 02:22
-
Even if a unicode glyph does, I wont be able to use it as I need letter to stay a tab character, just be drawn differently. – Ava Jul 21 '12 at 06:30