Removed Code-Review+1 by Lei Zhang <the...@chromium.org>
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
#if defined(PDF_ENABLE_FONTATIONS)Lei ZhangNOTE: would like to do this for PDF_USE_SKIA, but profiling embedder_tests shows that only about 40% of fonts are loaded this way later on. Too much?
Tom SepezCan this be guarded by a run-time check rather than compile-time?
Lei ZhangProbably, but yet another initialization parameter. I'll leave it for fontations at the moment.
Tom SepezIsn't it just a `CFX_FontMgr::font_backend_` query, exposed via CFX_GEModule?
Lei ZhangI'm cheating. I actually want to check that normal skia returns the same things in a follow-on CL. Suggestions?
Tom SepezMaybe write a TODO or have some other reminder to eventually stop cheating?
Does this make you happier?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
#if defined(PDF_ENABLE_FONTATIONS)Lei ZhangNOTE: would like to do this for PDF_USE_SKIA, but profiling embedder_tests shows that only about 40% of fonts are loaded this way later on. Too much?
Tom SepezCan this be guarded by a run-time check rather than compile-time?
Lei ZhangProbably, but yet another initialization parameter. I'll leave it for fontations at the moment.
Tom SepezIsn't it just a `CFX_FontMgr::font_backend_` query, exposed via CFX_GEModule?
Lei ZhangI'm cheating. I actually want to check that normal skia returns the same things in a follow-on CL. Suggestions?
Tom SepezMaybe write a TODO or have some other reminder to eventually stop cheating?
Does this make you happier?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Always parse fonts with skia when checks requested.
Simplify extracting information from Skia in subsequent CLs.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |