RTF Parsing super/subscript

  • Thread starter Thread starter Brian Richards
  • Start date Start date
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
 
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
 
Back
Top