Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2201)

Unified Diff: Source/platform/fonts/FontCache.h

Issue 113193005: Use SkFontMgr for webfont construction on windows (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/platform/fonts/skia/FontCustomPlatformDataSkia.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/fonts/FontCache.h
diff --git a/Source/platform/fonts/FontCache.h b/Source/platform/fonts/FontCache.h
index eaa41c192e33119eecf451dbc1ec141985ef550e..4fcfb3fd234b1e288c3d0ede1524a2d9c577efdd 100644
--- a/Source/platform/fonts/FontCache.h
+++ b/Source/platform/fonts/FontCache.h
@@ -97,6 +97,7 @@ public:
#if OS(WIN) && !ENABLE(GDI_FONTS_ON_WINDOWS)
bool useSubpixelPositioning() const { return m_useSubpixelPositioning; }
+ SkFontMgr* fontManager() { return m_fontManager.get(); }
#endif
#if ENABLE(OPENTYPE_VERTICAL)
« no previous file with comments | « no previous file | Source/platform/fonts/skia/FontCustomPlatformDataSkia.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698