Index: src/fonts/SkFontMgr_fontconfig.cpp |
diff --git a/src/fonts/SkFontMgr_fontconfig.cpp b/src/fonts/SkFontMgr_fontconfig.cpp |
index 367faf85284e4ddd948d892bf8d39dadf8634db8..0b4accd254f28cb6edf493a0d967388a56b69a08 100644 |
--- a/src/fonts/SkFontMgr_fontconfig.cpp |
+++ b/src/fonts/SkFontMgr_fontconfig.cpp |
@@ -272,9 +272,9 @@ protected: |
return NULL; // don't accept too large fonts (>= 1GB) for safety. |
} |
- // TODO should the caller give us the style? |
+ // TODO should the caller give us the style or should we get it from freetype? |
SkTypeface::Style style = SkTypeface::kNormal; |
- SkTypeface* face = SkNEW_ARGS(FontConfigTypeface, (style, stream)); |
+ SkTypeface* face = SkNEW_ARGS(FontConfigTypeface, (style, false, stream)); |
return face; |
} |