❔ Make a rich text box with custom formatting codes
is there any way to make a richtextbox with custom formatting codes? When i make a piece of text bold for example, instead of doing it like this:
cat -> \b cat\b0
do it like this
cat -> \customBoldCode cat\EndCustomBoldCode
6 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
oh alright then. Thanks
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
It is a bad hack. Rtf is the worst everything that can not be changed with fonts is a pain to do manually. I remember that I had to manually extract the font and color tables and change those manually just to make a simple thing work.
So maybe you can use xaml islands here. I know you can get the wpf richtextbox into .NET Framework, but I don't know if you can ship all the Paragraph stuff over. Might be worth a shot though
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.