[webkit-dev] Passing a font from WebProcess to UIProcess
Joshua Watt
jpewhacker at gmail.com
Wed Jul 19 10:48:58 PDT 2017
All,
I have a need to "pass" a font from the WebProcess to the UIProcess
(really, I just need to be able to recreate the same font in the
UIProcess that was used in the WebProcess). Does anyone know of a
mechanism to do this (preferably in a platform independent manner)?
Ideally, there would be some structure or string that "describes" a
font that could then pass through and use it to (re)construct the Font
in the UIProcess.
Thanks,
Joshua Watt
More information about the webkit-dev
mailing list