Changeset 29021 in webkit
- Timestamp:
- Dec 28, 2007, 8:19:30 PM (17 years ago)
- Location:
- trunk/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebCore/ChangeLog
r29019 r29021 1 2007-12-28 Dan Bernstein <mitz@apple.com> 2 3 Reviewed by Mark Rowe. 4 5 - fix http://bugs.webkit.org/show_bug.cgi?id=16650 6 <rdar://problem/5664872> REGRESSION (r28278-r28314): ATSUI uses LTR writing direction for all text runs 7 8 Covered by existing pixel tests. 9 10 * platform/graphics/mac/FontMac.mm: 11 (WebCore::Font::drawComplexText): Corrected to maintain the style 12 information in the adjusted text run when passing it to 13 ATSUILayoutParameters. Prior to r28298 the style was passed separately. 14 1 15 2007-12-29 Nikolas Zimmermann <zimmermann@kde.org> 2 16 -
trunk/WebCore/platform/graphics/mac/FontMac.mm
r28298 r29021 518 518 from++; 519 519 520 ATSULayoutParameters params( TextRun(adjustedRun.characters(), adjustedRun.length()));520 ATSULayoutParameters params(adjustedRun); 521 521 params.initialize(this, graphicsContext); 522 522
Note:
See TracChangeset
for help on using the changeset viewer.