AD
Administrator
Syncfusion Team
September 29, 2004 11:37 AM UTC
Hi Peter,
did you check what''s happening with the sample project in
\Grid\Samples\CellTypes\XhtmlCells\Xhtml2Rtf\XHTML Displaying RichTextBox
?
That''s the original code we picked up from GotDotNet for that sample.
If it''s there also, maybe you need to modify the font table in RtfFontTable.cs. Could that be it?
(Just guessing here on my side ... none of us here is actually familiar with that library itsself.)
Thanks,
Stefan
PE
Peter
September 30, 2004 11:15 AM UTC
Yes, the originial sample had the same problem. But i found out that you have to manually convert all unicode characters into a special rtf syntax. All works fine now.