[Webkit-unassigned] [Bug 117788] [freetype] Small-Caps and Italic combination is rendering in normal font instead of italic for small-caps
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jun 26 11:18:27 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=117788
--- Comment #4 from Tanvir Rizvi <tanvir.abb at gmail.com> 2013-06-26 11:20:23 PST ---
In the case when there is no italic version of a font present in the system, the ft-font face will be created as a italic glyph for the character,it also creates the scaled font for that font-face so that next time if we want that font face we can quey the scaled font face.
Now when the Variant font( small -caps ) is queried, the glyph that i get is not italic from the scaled font face.
Now your question
So if we query and get the appropriate font, i.e with italic font, then again the font-face we create from the scaled font-face will not be italic.
(In reply to comment #3)
> (From update of attachment 204990 [details])
> Wouldn't it be better to try to find an appropriate font first and then fall back when it isn't possible?
--
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