Re: Opentype MATH tables
Frédéric Wang <[email protected]> Sun, 28 Mar 2010 13:04:34 +0200
| Newsgroups | gmane.comp.mozilla.devel.mathml |
|---|---|
| Message-ID | <[email protected]> |
Alexis Shaw wrote: > Does anyone have information on this, I would like to implement this in > Firefox. > Also, after this has been implemented, I would like to rig the MathML type > to the web fonts infrastructure. I would be great if you could work on it! I don't really know much about these MATH tables, but I think most information/references are given by Karl at http://www.mozilla.org/projects/mathml/fonts/ and https://bugzilla.mozilla.org/show_bug.cgi?id=407059 At the moment, information about symbols built by part are stored in layout/mathml/mathfontFONT.properties and read in http://mxr.mozilla.org/mozilla-central/source/layout/mathml/nsMathMLChar.cpp#317 HTH...