I'm attempting to update text on a drawing using an old "company" .rsc font into a TrueType font. I have a few instances where we have used "special" symbols assigned to locations in the .rsc file (e.g. a "Working Plane" symbol). I (think) I can "convert" this symbol by building a text node with the "components" of the symbol, and providing the origins for the various pieces. If I have a single part TextBlock, does inserting/appending a LineBreak "convert" the text into a Text Node?
↧