I'm trying to make a text on path element. To accomplish this I split original text to single characters and for each character create new TextBlock and count it's width after measurement. The problem is, that when a TextBlock contains only a single space it's width is 0, it seam's space is being trimmed. How do I prevent trimming spaces? Or maybe there's a better suggestion? Thanks a lot.
If you want to place a space on path - you don't really need to display a TextBlock
there. If you want to measure how much space a space should use [sic] - you can compare the width of something like "aa" and "a a".