toptensoftware / RichTextKit

Rich text rendering for SkiaSharp
Other
366 stars 73 forks source link

Read from RTF #55

Closed brianppoole closed 2 years ago

brianppoole commented 2 years ago

Is it possible to read from an RTF file or string and display using this?

I'm looking to (smoothly) scroll some text from a RichTextBox. This seems to render very well and fast but I just need a way to read the RTF from the RichTextBox.

toptensoftware commented 2 years ago

Sorry, RichTextKit doesn't include an RTF parser.

brianppoole commented 2 years ago

OK, thank you!