otclient icon indicating copy to clipboard operation
otclient copied to clipboard

BBCode proccessing for strings in controls.

Open mindrage opened this issue 12 years ago • 1 comments

Basically allowing Bold/italic, underlined text, custom colors, text alignment in strings using some kind of code. BBCode:ish would be the easiest to implement.

If it was easier, you could implement as a Lua function serializes.

example:

"Hello, [bold] [player.getName()] [bold]" This would update when the string is rendered. Update time could be set in otui file

mindrage avatar Dec 12 '13 01:12 mindrage

This is perfect idea for text colors.

DominikMS avatar Feb 04 '14 22:02 DominikMS