Announcement

Collapse
No announcement yet.

RTF strikeout

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • RTF strikeout

    I'm working on upgrading an old project with richtext and was wondering whether rtf supports "Strikeout", as it does Bold, Italic, and Underline?

    For example, for Bold, I'm using:

    -- Create a table for the formatting.
    tbFormat = {Bold=true};

    -- Set the selected text to bold.
    RichText.SetSelectionFormat("RichTextSticky1", tbFormat, true);



    Thanks for any info on this!
    Classic IT Support
    https://www.classicit.net
    https://www.message7.org

  • #2
    I have found it: StrikeOut
    Classic IT Support
    https://www.classicit.net
    https://www.message7.org

    Comment

    Working...
    X