tags:

views:

142

answers:

1

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?

+1  A: 

I've found this library: Displaying math equations in WPF.

Hope it helps.

gcores
Thanks, this should give me a good head-start!