I need to display a lot of text in my WPF window.
I am using DrawingContext.DrawText but it is too slow.
I tried DrawingContext.DrawGlyph. The call itself is faster but if you count the glyph creation, it is about the same time.
Is there a way to speed things up even it means loosing text quality?
Have you tried with TextBlock controls ? I put them on a Canvas, and for me it turned out to be faster than solutions involving FormattedText or DrawingContext.DrawGlyphRun().
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With