Index: src/device/xps/SkXPSDevice.cpp |
diff --git a/src/device/xps/SkXPSDevice.cpp b/src/device/xps/SkXPSDevice.cpp |
index f837655183265853ec4494a41a519faa5bbaceed..86b8c7d84927cf4ceec2278dea88280fb634f034 100644 |
--- a/src/device/xps/SkXPSDevice.cpp |
+++ b/src/device/xps/SkXPSDevice.cpp |
@@ -2234,6 +2234,9 @@ static void text_draw_init(const SkPaint& paint, |
SkBitSet& glyphsUsed, |
SkDraw& myDraw, SkXPSDrawProcs& procs) { |
procs.fD1GProc = xps_draw_1_glyph; |
+#if SK_DISTANCEFIELD_FONTS |
+ procs.fFlags = 0; |
+#endif |
size_t numGlyphGuess; |
switch (paint.getTextEncoding()) { |
case SkPaint::kUTF8_TextEncoding: |