MathML:Fonts

From MozillaWiki
Jump to: navigation, search

Improve font installation

Various Unicode fonts are already installed by default on many systems and we should try to support them. However, we should also ensure that supported fonts are really installed so that users do not wonder why MathML is no working correctly on their system.

People proposed to add some kind of automated installation (bug 233950, bug 295193). One possible direction could be to use downloadable fonts. However, we need to modify nsMathMLChar to make these fonts usable in stretchy operators (bug 736010).

[fred] An add-on adding mathematical fonts in WOFF format is now available.

OpenType MATH table and Unicode Fonts

The OpenType MATH table contains information about size variants of operators and how to build operators with several glyphs. The purpose is to directly read the table in the fonts that contain this information rather than maintaining our own mathfonts*.properties (bug 407059). This will allow us to get rid of mathfonts*.properties for STIX and Asana Math and give support for more mathematical unicode fonts:

[fredw] Initial support for OpenType MATH fonts is implemented in Gecko 31.

[DONE] Support for MathJax fonts

MathJax has its own Open Type fonts, which look closer to LaTeX fonts and thus are often preferred by MathJax users. That may be interesting to see if we can support them. They do not seem to contain an OpenType MATH table, though.

See bug 701758, bug 732834 and bug 732832.

[fred] First fix pushed to add support for most stretchy construction in the MathJax fonts (bug 701758)

[fred] Second fix pushed to use MathJax fonts in mathematical text (bug 732834). It improves a bit mathvariant support too (bug 114365).

[fred] MathJax fonts will be used by default in Firefox 13. However, it remains to fix bug 732832 to get a complete support.

[fred] MathJax fonts will be deprecated in favor of modern OpenType MATH fonts for Gecko >= 31

[DONE] Support for STIX fonts

We are mainly relying on STIX Fonts to build Composite Chars and Variants. We should find other variants of characters and add entries for them.

See bug 407101 and bug 569195

[fred] A first patch has been pushed for angle brackets and large operators that should fix some bugs reported by users.

[fred] A second patch has been pushed for stretchy accents. This fixes all stretchy bugs reported by users, at least for small sizes.

[fred] A third patch has been pushed to use STIX fonts 1.0. It also adds size variants for integral symbols.

[DONE] Support for Asana Math

Asana Math is available under the Open Font License and "includes almost all mathematical Unicode symbols". Unicode Mappings for Composite Chars and Variants are provided, so it would be possible to support them by adding a mathfontAsanaMath.properties. However, it would probably be better to directly read the OpenType MATH table.

See bug 407439