[Webkit-unassigned] [Bug 50621] Implement text-combine rendering code

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 14 11:13:01 PST 2010


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





--- Comment #18 from Dave Hyatt <hyatt at apple.com>  2010-12-14 11:13:01 PST ---
(From update of attachment 76517)
It seems like a RenderText subclass, RenderCombinedText, would let you encapsulate some logic and possibly cache information without adding code to RenderText.

If you're going to mutate the RenderStyle of the RenderText, then you need to make sure the style is unique.  You can turn off style sharing when the text-combine property is specified.  (setIsUnique I think.)

I really dislike creating throwaway Fonts in fontDescriptionForTextCombine, but I'm not sure how to fix it without having to patch FontPlatformData.

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