Pull emoji-position adjustment code into its own function
Created attachment 250493 [details] Patch
Comment on attachment 250493 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=250493&action=review > Source/WebCore/platform/graphics/cocoa/FontCascadeCocoa.mm:210 > + if (platformData.m_isEmoji) { Early return > Source/WebCore/platform/graphics/cocoa/FontCascadeCocoa.mm:228 > + y -= .35f * fontSize - 10; Magic numbers :(
https://trac.webkit.org/r182898