[Webkit-unassigned] [Bug 122297] MathML should look at font features

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 18 07:36:14 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=122297


Frédéric Wang <fred.wang at free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #224375|0                           |1
        is obsolete|                            |




--- Comment #7 from Frédéric Wang <fred.wang at free.fr>  2014-02-18 07:33:25 PST ---
Created an attachment (id=224508)
 --> (https://bugs.webkit.org/attachment.cgi?id=224508&action=review)
WIP Patch

This new version adds support for size variants. However, the alignment and stretch size is not good. The improvements from bug 119043 should probably be taken before. There are a couple of rendering issues that would need bug 99620 too.

The ENABLE_OPENTYPE_MATH flag compilation now behaves like this:

- Enabled on ports that can read Open Type Tables (IIUC freetype & cg/cairo on windows). Then the MATH table is read and so any such open type font is supported. Try e.g. http://www.maths-informatique-jeux.com/ulule/mathml_torture_test/

- Disabled on other ports. In that case the data from the MATH table are hardcoded. Currently, only STIX Math is supported as I think it is installed by default on Mac. Hopefully we will be able to replace this with direct access to the MATH table in the future.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list