Dilip Shah
Dilip Shah

Reputation: 297

How to display Math equations and Chemical formulas in Flex 4 text controls?

I need to display Math equations and Chemical formulas in a Spark (Adobe Flex 4) text control. What are my options?

Thanks!

Upvotes: 2

Views: 1346

Answers (3)

JabbyPanda
JabbyPanda

Reputation: 871

Try this product - fMath for Flex, claims to be capable of displaying math formulas coded in MathML in Flex

http://www.fmath.info/flex/download.jsp

Upvotes: 1

341008
341008

Reputation: 10232

The usual practice is to embed a font that supports maths symbols in your application. Make sure the font you choose has all the symbols you need to use. DejaVu is one of the many freely available font families that support mathematical symbols. I am not sure if it supports chemical symbols as well. A guide to using embedded fonts is available here.

Upvotes: 0

wajiw
wajiw

Reputation: 12269

I'm not sure about Math and Chemical symbols, but you can display special characters by using a character’s numeric value

i.e. © for copyright symbol

See flexexamples for an example: http://blog.flexexamples.com/2007/08/02/using-special-characters-in-your-flex-applications/

Upvotes: 0

Related Questions