Bug 159920 - [Win] MathML fonts are not found.
Summary: [Win] MathML fonts are not found.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Per Arne Vollan
URL:
Keywords:
Depends on: 156838
Blocks:
  Show dependency treegraph
 
Reported: 2016-07-19 06:14 PDT by Per Arne Vollan
Modified: 2016-07-20 10:22 PDT (History)
6 users (show)

See Also:


Attachments
Patch (1.25 KB, patch)
2016-07-19 06:25 PDT, Per Arne Vollan
achristensen: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Per Arne Vollan 2016-07-19 06:14:45 PDT
When looking up a font in the registry, use the /v option of the Windows 'reg query' command to query for a specific registry key value.
Comment 1 Per Arne Vollan 2016-07-19 06:25:07 PDT
Created attachment 283999 [details]
Patch
Comment 2 Frédéric Wang (:fredw) 2016-07-19 07:43:24 PDT
(In reply to comment #1)
> Created attachment 283999 [details]
> Patch

In bug 156838, I changed font to use register names 'Cambria & Cambria Math (TrueType)', 'LatinModernMath-Regular (TrueType)', 'STIXMath-Regular (TrueType)' as you suggested. Can you please check the script still works?
Comment 3 Per Arne Vollan 2016-07-19 10:47:23 PDT
Yes, the script still works :)
Comment 4 Per Arne Vollan 2016-07-20 10:21:20 PDT
Thanks for reviewing!
Comment 5 Per Arne Vollan 2016-07-20 10:22:25 PDT
Committed r203457: <https://trac.webkit.org/changeset/203457>