Re: [webkit-dev] STIX Fonts and MathML Tests

2010-07-09 Thread Sausset François
I filled a bug and submitted a patch with fonts and license only: https://bugs.webkit.org/show_bug.cgi?id=41961 Does anyone could tell if this license is compatible with the WebKit one? François Sausset Le 7 juil. 2010 à 21:25, Dan Bernstein a écrit : > > On Jul 7, 2010, at 11:17 AM, Sausset

Re: [webkit-dev] STIX Fonts and MathML Tests

2010-07-07 Thread Dan Bernstein
On Jul 7, 2010, at 11:17 AM, Sausset François wrote: > If every is OK with licenses, how DumpRenderTree needs to be modified to use > custom fonts? This is where the Mac version activates test fonts: http://trac.webkit.org/browser/trunk/WebKitTools/DumpRenderTree/mac/DumpRenderTree.mm#L218 and

Re: [webkit-dev] STIX Fonts and MathML Tests

2010-07-07 Thread Sausset François
If every is OK with licenses, how DumpRenderTree needs to be modified to use custom fonts? And where the fonts have to be stored? François Sausset Le 7 juil. 2010 à 20:51, Dan Bernstein a écrit : > > On Jul 7, 2010, at 9:57 AM, Alex Milowski wrote: > >> The STIX fonts are relatively small (2

Re: [webkit-dev] STIX Fonts and MathML Tests

2010-07-07 Thread Dan Bernstein
On Jul 7, 2010, at 9:57 AM, Alex Milowski wrote: > The STIX fonts are relatively small (2.6MB for the full download) and > we probably don't need all of them. Would it be acceptable to check these in > like the Ahem font? Subject to WebKit’s licensing requirements, yes. ___

Re: [webkit-dev] STIX Fonts and MathML Tests

2010-07-07 Thread Alex Milowski
On Wed, Jul 7, 2010 at 5:31 PM, Dan Bernstein wrote: > > On Jul 7, 2010, at 3:48 AM, Alex Milowski wrote: > >> Is there any precedence for this or default policy for tests requiring >> fonts? > > Yes. Some tests require the Ahem font, so the font is checked into the > repository and—at least on M

Re: [webkit-dev] STIX Fonts and MathML Tests

2010-07-07 Thread Dan Bernstein
On Jul 7, 2010, at 3:48 AM, Alex Milowski wrote: > Is there any precedence for this or default policy for tests requiring > fonts? Yes. Some tests require the Ahem font, so the font is checked into the repository and—at least on Mac OS X and Windows—DumpRenderTree activates the font while runn

Re: [webkit-dev] STIX Fonts and MathML Tests

2010-07-07 Thread Antonio Gomes (:tonikitoo)
Hi Alex. On QtWebKit, it is requered a set of fonts to be available on the local system, and WEBKIT_TESTFONT environment variable to be exported pointing to the font location path. See [1]. [1] http://trac.webkit.org/wiki/QtWebKitContrib#InstallingthelayouttestfontsUsingrun-webkit-tests In case

[webkit-dev] STIX Fonts and MathML Tests

2010-07-07 Thread Alex Milowski
Sausset François has been looking at using the newly released STIX fonts [1] for the MathML implementation. If we start requiring STIX font support for MathML, how do we guarantee: * these fonts exist in the build process so the tests will succeed, * these fonts exist on the target platform