Changeset 61703 in webkit


Ignore:
Timestamp:
Jun 23, 2010 11:42:19 AM (14 years ago)
Author:
kov@webkit.org
Message:

2010-06-23 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>

Reviewed by Xan Lopez.

[gtk] web fonts not loaded properly in scribd html5 reader
https://bugs.webkit.org/show_bug.cgi?id=38758

Drop filling the pattern with default values, because this
restricts the matching more than we want.

  • platform/graphics/cairo/FontCacheCairo.cpp: (WebCore::FontCache::createFontPlatformData):
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r61701 r61703  
     12010-06-23  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
     2
     3        Reviewed by Xan Lopez.
     4
     5        [gtk] web fonts not loaded properly in scribd html5 reader
     6        https://bugs.webkit.org/show_bug.cgi?id=38758
     7
     8        Drop filling the pattern with default values, because this
     9        restricts the matching more than we want.
     10
     11        * platform/graphics/cairo/FontCacheCairo.cpp:
     12        (WebCore::FontCache::createFontPlatformData):
     13
    1142010-06-23  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
    215
  • trunk/WebCore/platform/graphics/cairo/FontCacheCairo.cpp

    r61701 r61703  
    120120        return 0;
    121121
    122     FcConfigSubstitute(0, pattern.get(), FcMatchPattern);
    123     FcDefaultSubstitute(pattern.get());
    124 
    125122    GOwnPtr<FcObjectSet> objectSet(FcObjectSetCreate());
    126123    if (!FcObjectSetAdd(objectSet.get(), FC_FAMILY))
Note: See TracChangeset for help on using the changeset viewer.