[Webkit-unassigned] [Bug 199186] [WinCairo] fonts/use-typo-metrics-1.html is failing as ImageOnlyFailure

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 25 20:05:20 PDT 2019


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

--- Comment #2 from Fujii Hironori <Hironori.Fujii at sony.com> ---
I created lineheight5000-typolineheight2300.ttf.
I confirmed USE_TYPO_METRICS flag is preserved, the test can pass.

diff --git a/mathml/tools/use-typo-lineheight.py b/mathml/tools/use-typo-lineheight.py
index 9768979f48..c98020868b 100644
--- a/mathml/tools/use-typo-lineheight.py
+++ b/mathml/tools/use-typo-lineheight.py
@@ -44,7 +44,7 @@ font.os2_windescent_add = False

 font.os2_use_typo_metrics = True

-path = "../../fonts/math/lineheight%d-typolineheight%d.woff" % (winHeight, typoLineHeight)
+path = "../../fonts/math/lineheight%d-typolineheight%d.ttf" % (winHeight, typoLineHeight)
 print("Generating %s..." % path, end="")
 font.generate(path)
 if font.validate() == 0:

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190626/c481cbe7/attachment.html>


More information about the webkit-unassigned mailing list