I want to display Mathematical equations in WPF. I'd like to display this using native WPF objects (i.e., NOT from previously rendered equation images). For example, variable X would be the glyph X, and so on.
What are my design options here? Is anyone aware of any library that does this? Or is DYI'ing the only way out?