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

Re: RTF Parsing super/subscript by Brian

Brian
Fri Sep 21 07:59:55 PDT 2007

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

"Brian Richards" <brichards@pharsight.com> wrote in message
news:eSvbOdF$HHA.1900@TK2MSFTNGP02.phx.gbl...
> 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
>