<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] Since the SVG -&gt; OTF Font Converter was enabled, some SVG layout tests are failing."
   href="https://bugs.webkit.org/show_bug.cgi?id=156148#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] Since the SVG -&gt; OTF Font Converter was enabled, some SVG layout tests are failing."
   href="https://bugs.webkit.org/show_bug.cgi?id=156148">bug 156148</a>
              from <span class="vcard"><a class="email" href="mailto:mmaxfield&#64;apple.com" title="Myles C. Maxfield &lt;mmaxfield&#64;apple.com&gt;"> <span class="fn">Myles C. Maxfield</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=156148#c6">comment #6</a>)
<span class="quote">&gt; I don't understand the interaction between how we use FreeType and Harfbuzz,
&gt; but keep in mind that we do use and depend on both.</span >
(In reply to <a href="show_bug.cgi?id=156148#c6">comment #6</a>)
<span class="quote">&gt; I don't understand the interaction between how we use FreeType and Harfbuzz,
&gt; but keep in mind that we do use and depend on both.</span >

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&lt;Vector&lt;char&gt;&gt;. 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)</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>