The way this would work in Chromium is that the Chromium gyp would not add ...
12 years, 12 months ago
(2011-11-15 19:18:26 UTC)
#2
The way this would work in Chromium is that the Chromium gyp would not add
SkFontHost_sandbox_none.cpp. Instead Chromium would have its own
skia/ext/SkFontHost_sandbox_win.cpp which would then make the IPC to get GDI to
remap the font data into system memory. The advantage is that this means we can
always make the IPC only when needed, this would not be specific to the print
path.
Issue 5379043: Add paging support for handle based typefaces.
(Closed)
Created 12 years, 12 months ago by bungeman
Modified 12 years, 12 months ago
Reviewers: Steve VanDeBogart, reed1, arthurhsu
Base URL: http://skia.googlecode.com/svn/trunk/
Comments: 0