An equation or formula editor is a computer software that helps us typeset mathematical content. In this article I will try to provide the readers with a real world application of Object Oriented design and programming techniques as we build our little equation editor. So this article is a kind of double treat! The equation editor we are going to build is a simplified version of a more sophisticated equation editor I have been working on for the past some time. The big brother is named Math Editor, so let's call the current version Math Editor Mini. The language used is C# and we are going to use WPF as our GUI framework. However, the techniques provided are NOT dependent on the programming language or the GUI platform and can be applied in any other OO language like Java. Before I go any further, I would like to express my gratitude to the STIX Fonts Project. Without the great work done by the nice people working on that font, it would not be possible for me to create this free product.


I guess you came to this post by searching similar kind of issues in any of the search engine and hope that this resolved your problem. If you find this tips useful, just drop a line below and share the link to others and who knows they might find it useful too.

Stay tuned to my blogtwitter or facebook to read more articles, tutorials, news, tips & tricks on various technology fields. Also Subscribe to our Newsletter with your Email ID to keep you updated on latest posts. We will send newsletter to your registered email address. We will not share your email address to anybody as we respect privacy.


This article is related to

</ span>C#,.NET,Architect,Intermediate,VS2010,.Net,Articles,Computer Tutorials,OOP, Object Oriented Programming, Equation Editor using OOP