RTF Parsing super/subscript

B

Brian Richards

I'm looking for some sample code to implement super and subscript in an RTF
control w/o using the baseline offset and font size division/multiplication.
I want to actually use the \super and \sub tags from the RTF spec. Even some
open source RTF editor would be fine. Java or C++ source would even be
acceptable.

Thanks

Brian
 
B

Brian Richards

Ok I found iTextSharp seems to do most of what I want. I'm curious if anyone
has used it to edit text in an RichTextBox. I'd like to use it behind the
scenes if possible to make the underlying RTF changes.

Thanks

Brian
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top