Show
Ignore:
Timestamp:
03/26/08 21:02:07 (8 months ago)
Author:
mitz@apple.com
Message:

Reviewed by Dave Hyatt.

  • maintain subpixel-antialiasing when drawing text with a simple shadow
  • platform/graphics/mac/FontMac.mm: (WebCore::Font::drawComplexText): If the shadow has a zero blur radius, draw the shadow by drawing the text at an offset instead of relying on Core Graphics shadows. (WebCore::Font::drawGlyphs): Ditto.
  • platform/graphics/win/FontCGWin.cpp: (WebCore::Font::drawGlyphs): Ditto.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r31355 r31356  
     12008-03-26  Dan Bernstein  <mitz@apple.com> 
     2 
     3        Reviewed by Dave Hyatt. 
     4 
     5        - maintain subpixel-antialiasing when drawing text with a simple shadow 
     6 
     7        * platform/graphics/mac/FontMac.mm: 
     8        (WebCore::Font::drawComplexText): If the shadow has a zero blur radius, 
     9        draw the shadow by drawing the text at an offset instead of relying on 
     10        Core Graphics shadows. 
     11        (WebCore::Font::drawGlyphs): Ditto. 
     12        * platform/graphics/win/FontCGWin.cpp: 
     13        (WebCore::Font::drawGlyphs): Ditto. 
     14 
    1152008-03-26  Brady Eidson  <beidson@apple.com> 
    216