Index: include/device/xps/SkXPSDevice.h |
=================================================================== |
--- include/device/xps/SkXPSDevice.h (revision 9016) |
+++ include/device/xps/SkXPSDevice.h (working copy) |
@@ -150,6 +150,7 @@ |
class TypefaceUse : ::SkNoncopyable { |
public: |
SkFontID typefaceId; |
+ int ttcIndex; |
SkStream* fontData; |
IXpsOMFontResource* xpsFont; |
SkBitSet* glyphsUsed; |
@@ -247,7 +248,7 @@ |
const SkDraw& d, |
IXpsOMObjectFactory* xpsFactory, |
IXpsOMCanvas* canvas, |
- IXpsOMFontResource* font, |
+ TypefaceUse* font, |
LPCWSTR text, |
XPS_GLYPH_INDEX* xpsGlyphs, |
UINT32 xpsGlyphsLen, |