Call CTFontSetRenderingParameters before rendering text
Created attachment 248920 [details] Patch
<rdar://problem/19446938>
Comment on attachment 248920 [details] Patch While this be efficient enough if we are calling it every time we call the show glyphs function? Is there a more optimal way to do this, perhaps only when the font changes?
(In reply to comment #3) > Comment on attachment 248920 [details] > Patch > > While this be efficient enough if we are calling it every time we call the > show glyphs function? Currently, yes. If this ceases to be the case, I'll add a cache.
Comment on attachment 248920 [details] Patch Clearing flags on attachment: 248920 Committed r181703: <http://trac.webkit.org/changeset/181703>
All reviewed patches have been landed. Closing bug.