Quantcast
Channel: Indigo Rose Software Forums - Forums
Viewing all articles
Browse latest Browse all 2105

RTF strikeout

$
0
0
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!

Viewing all articles
Browse latest Browse all 2105

Trending Articles