[Webkit-unassigned] [Bug 40555] line-height handling in rendering code on font fallbacks

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 21 21:57:04 PDT 2010


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





--- Comment #3 from Jiang Jiang <gzjjgod at gmail.com>  2010-06-21 21:57:05 PST ---
The previous test case got the "font-family" wrong since I put "STSong" before "serif", so it will use STSong whenever possible. In the corrected test case, only "serif" is specified (or you can put "STSong" after it), then both Times New Roman and STSong will be used. Times New Roman will be used for Latin characters, and STSong will be used for Chinese characters. That's when the line-heights get mixed up.

(You can compare both test cases to see the differences.)

-- 
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