[Webkit-unassigned] [Bug 156148] [GTK] Since the SVG -> OTF Font Converter was enabled, some SVG layout tests are failing.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 4 16:01:41 PDT 2016


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

--- Comment #7 from Myles C. Maxfield <mmaxfield at apple.com> ---
(In reply to comment #6)
> I don't understand the interaction between how we use FreeType and Harfbuzz,
> but keep in mind that we do use and depend on both.
(In reply to comment #6)
> I don't understand the interaction between how we use FreeType and Harfbuzz,
> but keep in mind that we do use and depend on both.

We follow the specification in the Microsoft docs (meaning: we don't use any Apple-specific extensions).

The best way to save the generated file is to modify convertSVGToOTFFont() in SVGToOTFFontConversion.cpp. It returns an Optional<Vector<char>>. Just before returning, that function could write out the vector to a file. (Keep in mind you'll have to modify the WebKit2 sandbox rules to allow the Web Process access to the disk)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160404/9836fcb0/attachment-0001.html>


More information about the webkit-unassigned mailing list