Updates:
        Summary: Rotated Hindi text isn't vertically aligned properly

Comment #1 on issue 9065 by [email protected]: Rotated Hindi text isn't  
vertically aligned properly
http://code.google.com/p/chromium/issues/detail?id=9065

This is a weird case. In my example, both the English and the Hindi are  
drawn using
the complex codepath, so this isn't a bug with the complex font codepath.

My guess is that the ascent we're using to correct the vertical alignment in
UnsicribeHelper:
   origin.fY = y + m_ascent - shaping.m_ascentOffset;
is for the Latin text, and when there is a fallback font for the Hindi, we  
get it
wrong. We will instead need to compute the ascent on a per-run basis.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to