Issue 133697 in chromium: The Font SimSun doesn't rendering correctly.

86 views
Skip to first unread message

chro...@googlecode.com

unread,
Jun 20, 2012, 6:36:00 AM6/20/12
to chromi...@chromium.org
Status: Unconfirmed
Owner: ----
Labels: Type-Bug Pri-2 Area-Undefined

New issue 133697 by efanzh: The Font SimSun doesn't rendering correctly.
http://code.google.com/p/chromium/issues/detail?id=133697

Chrome Version : 19.0.1084.56
URLs (if applicable) :
Other browsers tested:
Add OK or FAIL after other browsers where you have tested this issue:
Safari 5:
Firefox 4.x: OK
IE 7/8/9: OK

What steps will reproduce the problem?
1. Open some website using 13px SimSun font;
2.
3.

What is the expected result?
The text rendering correctly.

What happens instead?
The text doesn't rendering correctly.

Please provide any additional information below. Attach a screenshot if
possible.
For now, I've found “。”, “《” and “》” doesn't rendering correctly at 12px–
17px, see the attachment for the text rendering results of Firefox, IE and
Chrome.

The source code of the test page:

<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<style type="text/css">
body
{
font-family: Verdana, sans-serif;
font-size: 12px;
}
</style>
<script type="text/javascript">
window.onload = function ()
{
var s = "";

for (var i = 12; i <= 17; i++)
{
s += "<div>" + i + "px:</div>";
s += "<div style=\"font-family: SimSun; font-size: " +
i + "px;\">。《》</div>";
}
document.getElementById("main").innerHTML = s;
};
</script>
</head>
<body>
<div id="main">
</div>
</body>
</html>


Attachments:
Chrome-Font.png 15.4 KB

chro...@googlecode.com

unread,
Jun 21, 2012, 7:22:38 AM6/21/12
to chromi...@chromium.org

Comment #2 on issue 133697 by carycl...@chromium.org: The Font SimSun
duplicate of 121878?

chro...@googlecode.com

unread,
Jun 21, 2012, 7:23:38 AM6/21/12
to chromi...@chromium.org
Updates:
Cc: bunge...@chromium.org

Comment #3 on issue 133697 by carycl...@chromium.org: The Font SimSun
(No comment was entered for this change.)

chro...@googlecode.com

unread,
Jun 22, 2012, 2:08:27 PM6/22/12
to chromi...@chromium.org
Updates:
Status: Assigned
Owner: ba...@chromium.org

Comment #4 on issue 133697 by kar...@google.com: The Font SimSun doesn't

chro...@googlecode.com

unread,
Jun 24, 2012, 6:24:17 PM6/24/12
to chromi...@chromium.org
Updates:
Owner: r...@chromium.org
Cc: ba...@chromium.org
Labels: OS-Windows

Comment #6 on issue 133697 by ba...@chromium.org: The Font SimSun doesn't
rendering correctly.
http://code.google.com/p/chromium/issues/detail?id=133697

Looks like a rasterizing issue. Only happens on Win.

chro...@googlecode.com

unread,
Jun 27, 2012, 2:17:37 PM6/27/12
to chromi...@chromium.org
Updates:
Labels: -ReleaseBlock-Stable

Comment #7 on issue 133697 by kar...@google.com: The Font SimSun doesn't
rendering correctly.
http://code.google.com/p/chromium/issues/detail?id=133697

not a regression.

chro...@googlecode.com

unread,
Aug 22, 2012, 1:40:53 AM8/22/12
to chromi...@chromium.org
Updates:
Status: Duplicate
Mergedinto: 121878

Comment #10 on issue 133697 by js...@chromium.org: The Font SimSun doesn't
rendering correctly.
http://code.google.com/p/chromium/issues/detail?id=133697

This is a regression and is a dupe of bug 121878. Simsun is a very widely
used Chinese font and we should fix it sooner than later.

Reply all
Reply to author
Forward
0 new messages