Discussion:
How to have strikeout text style under windows?
franck martin
2014-06-07 18:41:45 UTC
Permalink
Hi,

I am struggling to get a style with strikeout text style. How to get a such
text style?

Thanks for your help,

Regards,
--
You received this message because you are subscribed to the Google Groups "scintilla-interest" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scintilla-interest+***@googlegroups.com.
To post to this group, send email to scintilla-***@googlegroups.com.
Visit this group at http://groups.google.com/group/scintilla-interest.
For more options, visit https://groups.google.com/d/optout.
Neil Hodgson
2014-06-08 22:52:39 UTC
Permalink
I am struggling to get a style with strikeout text style. How to get a such text style?
There is no strikeout style attribute. There is, however, a similar indicator:
http://www.scintilla.org/ScintillaDoc.html#SCI_INDICSETSTYLE

Neil
--
You received this message because you are subscribed to the Google Groups "scintilla-interest" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scintilla-interest+***@googlegroups.com.
To post to this group, send email to scintilla-***@googlegroups.com.
Visit this group at http://groups.google.com/group/scintilla-interest.
For more options, visit https://groups.google.com/d/optout.
franck martin
2014-06-10 18:52:56 UTC
Permalink
Hi Neil,

Thanks for your answer. How can we use it like a style?

Thanks and regards,
Post by franck martin
I am struggling to get a style with strikeout text style. How to get a
such text style?
http://www.scintilla.org/ScintillaDoc.html#SCI_INDICSETSTYLE
Neil
--
You received this message because you are subscribed to the Google Groups "scintilla-interest" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scintilla-interest+***@googlegroups.com.
To post to this group, send email to scintilla-***@googlegroups.com.
Visit this group at http://groups.google.com/group/scintilla-interest.
For more options, visit https://groups.google.com/d/optout.
Neil Hodgson
2014-06-10 22:05:34 UTC
Permalink
Post by franck martin
How can we use it like a style?
It is not a style attribute so will require a different design. The API for indicators is in the linked section.

Neil
--
You received this message because you are subscribed to the Google Groups "scintilla-interest" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scintilla-interest+***@googlegroups.com.
To post to this group, send email to scintilla-***@googlegroups.com.
Visit this group at http://groups.google.com/group/scintilla-interest.
For more options, visit https://groups.google.com/d/optout.
Loading...