I am drawing a block of text using a FormattedText object and DrawingContext.DrawText(...) and I am wondering if there is any way to add more space between the glyphs. If not, I can always draw each glyph separately and manage the location so I can add the space manually, but I am hoping for an easier way.
jorj