Chromium Code Reviews

Unified Diff: include/device/xps/SkXPSDevice.h

Issue 14873006: XPS ttc handling. (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Remove experimental non-GUID GUID code. Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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,

Powered by Google App Engine