toptensoftware / RichTextKit

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

Large PDF file sizes with text #38

Closed reinux closed 3 years ago

reinux commented 3 years ago

I guess it's because it's vectorizing all the text (or storing the font?); files get huge pretty huge.

Is there a setting or something that might help with this?

I can provide more details if you can let me know what information would be useful.

Thanks in advance.

toptensoftware commented 3 years ago

Unless I'm missing something I think this is probably related to SkiaSharp more than RichTextKit. All RichTextKit does is call the SkiaSharp functions for drawing text...