[Webkit-unassigned] [Bug 79961] Font fallback in cr-win is wrong for string contains zero-width-space

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 21 11:02:11 PDT 2012


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





--- Comment #10 from Adam Barth <abarth at webkit.org>  2012-03-21 11:02:11 PST ---
> Are there any other callers of this function?

grep says:

/Users/abarth/svn/webkit/Source/WebCore/platform/graphics/chromium/UniscribeHelper.cpp:
  889:             if (!treatAsSpace && !Font::treatAsZeroWidthSpaceInComplexScript(c))
 1039:         if (Font::treatAsZeroWidthSpaceInComplexScript(c))

/Users/abarth/svn/webkit/Source/WebCore/platform/graphics/harfbuzz/HarfBuzzShaperBase.cpp:
   66:         else if (Font::treatAsZeroWidthSpace(character))

/Users/abarth/svn/webkit/Source/WebCore/platform/graphics/mac/ComplexTextController.cpp:
  522:             } else if (ch == zeroWidthSpace || (Font::treatAsZeroWidthSpace(ch) && !treatAsSpace)) {

/Users/abarth/svn/webkit/Source/WebCore/platform/graphics/win/UniscribeController.cpp:
  275:         bool treatAsZeroWidthSpace = ch == zeroWidthSpace || Font::treatAsZeroWidthSpace(ch);
  276:         if (treatAsSpace || treatAsZeroWidthSpace) {

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list