[Webkit-unassigned] [Bug 16768] Position and thickness of underline as text size changes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 23 01:30:37 PDT 2009


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





------- Comment #3 from yusukes at chromium.org  2009-06-23 01:30 PDT -------
Created an attachment (id=31709)
 --> (https://bugs.webkit.org/attachment.cgi?id=31709&action=view)
font_underlining_patch

 LayoutTests/ChangeLog                              |   14 +++++
 LayoutTests/fonts/underline.html                   |   26 +++++++++
 LayoutTests/fonts/underline_strict.html            |   27 +++++++++
 .../platform/mac/fonts/underline-expected.checksum |    1 +
 .../platform/mac/fonts/underline-expected.png      |  Bin 0 -> 19706 bytes
 .../platform/mac/fonts/underline-expected.txt      |   34 ++++++++++++
 .../mac/fonts/underline_strict-expected.checksum   |    1 +
 .../mac/fonts/underline_strict-expected.png        |  Bin 0 -> 19706 bytes
 .../mac/fonts/underline_strict-expected.txt        |   34 ++++++++++++
 WebCore/ChangeLog                                  |   50 +++++++++++++++++
 WebCore/platform/graphics/Font.cpp                 |   20 +++++++
 WebCore/platform/graphics/Font.h                   |    2 +
 WebCore/platform/graphics/FontFastPath.cpp         |   34 ++++++++++++
 WebCore/platform/graphics/SimpleFontData.cpp       |    4 +-
 WebCore/platform/graphics/SimpleFontData.h         |    4 ++
 .../chromium/SimpleFontDataChromiumWin.cpp         |   13 +++++
 .../graphics/opentype/OpenTypeUtilities.cpp        |   57 ++++++++++++++++++++
 .../platform/graphics/opentype/OpenTypeUtilities.h |    4 ++
 WebCore/rendering/InlineFlowBox.cpp                |   35 +++++++++++-
 WebCore/rendering/InlineTextBox.cpp                |   57 +++++++++++---------
 WebCore/rendering/InlineTextBox.h                  |    5 ++-
 21 files changed, 391 insertions(+), 31 deletions(-)


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



More information about the webkit-unassigned mailing list