[Webkit-unassigned] [Bug 48459] Glyphs in vertical text tests are rotated 90 degrees clockwise on Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 14 22:31:00 PST 2010


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





--- Comment #9 from Koan-Sin Tan <koansin.tan at gmail.com>  2010-12-14 22:31:00 PST ---
Short answer to the problem: '@'. Yes, just one character.

My colleague and I set up windows development environment to work on this bug. Since we are not fluent Windows programmers, we read related code a little bit and googled related information while waiting for the compilation. Suddenly, we were enlightened that, in HTML/CSS code, adding '@'  prefix to the font family you wanna display vertically solved the problem. 

Yes, this is not the right answer. However, using '@' in FontPlatformData constructor, when in -webkit-writing-mode: vertical-{lr,rl}, looks right.

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