Fyrox icon indicating copy to clipboard operation
Fyrox copied to clipboard

Add markup support for FormattedText

Open mrDIMAS opened this issue 4 years ago • 2 comments

FormattedText does not have an ability to change color of single letters, change their size, etc. I propose to add simple markup support with tags for that. FormattedText then should parse markup and change behavior accordingly.

mrDIMAS avatar Jul 15 '21 07:07 mrDIMAS

What markup language should we use? Will there be a way for the parser to find available fonts? Will the parser be configurable with custom tags?

b-guild avatar Jun 01 '25 04:06 b-guild

I think it could be simple BB codes, for example this is how it done in WPF analog in C++.

mrDIMAS avatar Jun 01 '25 08:06 mrDIMAS