Is there a fast way to draw text in WPF Is there a fast way to draw text in WPF wpf wpf

Is there a fast way to draw text in WPF


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().