Bug 159920

Summary: [Win] MathML fonts are not found.
Product: WebKit Reporter: Per Arne Vollan <pvollan>
Component: Tools / TestsAssignee: Per Arne Vollan <pvollan>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, bfulgham, commit-queue, dbates, fred.wang, lforschler
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 156838    
Bug Blocks:    
Attachments:
Description Flags
Patch achristensen: review+

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>