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

Unified Diff: experimental/PdfViewer/SkPdfEnums_autogen.h

Issue 17294008: load font manually, for now Type0 (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 6 months 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
Index: experimental/PdfViewer/SkPdfEnums_autogen.h
===================================================================
--- experimental/PdfViewer/SkPdfEnums_autogen.h (revision 9684)
+++ experimental/PdfViewer/SkPdfEnums_autogen.h (working copy)
@@ -56,12 +56,13 @@
kFontDescriptorDictionary_SkPdfObjectType,
kFontDictionary_SkPdfObjectType,
kCIDFontDictionary_SkPdfObjectType,
- kTrueTypeFontDictionary_SkPdfObjectType,
kType0FontDictionary_SkPdfObjectType,
+ kType3FontDictionary_SkPdfObjectType,
+ kType0FontDictionary__End_SkPdfObjectType,
kType1FontDictionary_SkPdfObjectType,
kMultiMasterFontDictionary_SkPdfObjectType,
+ kTrueTypeFontDictionary_SkPdfObjectType,
kType1FontDictionary__End_SkPdfObjectType,
- kType3FontDictionary_SkPdfObjectType,
kFontDictionary__End_SkPdfObjectType,
kFormFieldActionsDictionary_SkPdfObjectType,
kFreeTextAnnotationDictionary_SkPdfObjectType,
@@ -184,6 +185,7 @@
kName_SkPdfObjectType,
kNull_SkPdfObjectType,
kReference_SkPdfObjectType,
+ kStream_SkPdfObjectType,
kString_SkPdfObjectType,
kHexString_SkPdfObjectType,
kString__End_SkPdfObjectType,
@@ -201,6 +203,7 @@
class SkPdfString;
class SkPdfHexString;
class SkPdfDictionary;
+class SkPdfStream;
class SkPdfXObjectDictionary;
class SkPdfFontDictionary;
class SkPdfTrueTypeFontDictionary;

Powered by Google App Engine
This is Rietveld 408576698