Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1960
Is it possible to have a Strikeout font in the UltraFormattedTextEditor?
posted

Hello,

I want to display formatted text on an UltraFormattedTextEditor, but some of the text has to be strikeout. It should look like this:

SMTWTFS

I would expect the UltraFormattedTextEditor to be able to show strikeout text, but it's not on the documentation so I guess it's not supported.

Is there any other way to show strikeout text?

Parents
No Data
Reply
  • 69832
    Offline posted

    You could set its Appearance.FontData.Strikeout property, but that will apply to every character. You could use the UltraFormattedTextEditor control, which supports mixed fonts within the same edit area.

Children