From ff27844d15da7e691d1b4c0adc57af64e108d9fa Mon Sep 17 00:00:00 2001 From: "edisonn@google.com" Date: Fri, 21 Jun 2013 21:03:15 +0000 Subject: load font manually, for now Type0 Review URL: https://codereview.chromium.org/17294008 git-svn-id: http://skia.googlecode.com/svn/trunk@9734 2bbb7eff-a529-9590-31e7-b0007b416f81 --- .../PdfViewer/SkPdfCalrgbColorSpaceDictionary_autogen.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'experimental/PdfViewer/SkPdfCalrgbColorSpaceDictionary_autogen.h') diff --git a/experimental/PdfViewer/SkPdfCalrgbColorSpaceDictionary_autogen.h b/experimental/PdfViewer/SkPdfCalrgbColorSpaceDictionary_autogen.h index d204278dce..58888febc7 100644 --- a/experimental/PdfViewer/SkPdfCalrgbColorSpaceDictionary_autogen.h +++ b/experimental/PdfViewer/SkPdfCalrgbColorSpaceDictionary_autogen.h @@ -162,20 +162,20 @@ private: virtual SkPdfCIDFontDictionary* asCIDFontDictionary() {return NULL;} virtual const SkPdfCIDFontDictionary* asCIDFontDictionary() const {return NULL;} - virtual SkPdfTrueTypeFontDictionary* asTrueTypeFontDictionary() {return NULL;} - virtual const SkPdfTrueTypeFontDictionary* asTrueTypeFontDictionary() const {return NULL;} - virtual SkPdfType0FontDictionary* asType0FontDictionary() {return NULL;} virtual const SkPdfType0FontDictionary* asType0FontDictionary() const {return NULL;} + virtual SkPdfType3FontDictionary* asType3FontDictionary() {return NULL;} + virtual const SkPdfType3FontDictionary* asType3FontDictionary() const {return NULL;} + virtual SkPdfType1FontDictionary* asType1FontDictionary() {return NULL;} virtual const SkPdfType1FontDictionary* asType1FontDictionary() const {return NULL;} virtual SkPdfMultiMasterFontDictionary* asMultiMasterFontDictionary() {return NULL;} virtual const SkPdfMultiMasterFontDictionary* asMultiMasterFontDictionary() const {return NULL;} - virtual SkPdfType3FontDictionary* asType3FontDictionary() {return NULL;} - virtual const SkPdfType3FontDictionary* asType3FontDictionary() const {return NULL;} + virtual SkPdfTrueTypeFontDictionary* asTrueTypeFontDictionary() {return NULL;} + virtual const SkPdfTrueTypeFontDictionary* asTrueTypeFontDictionary() const {return NULL;} virtual SkPdfFormFieldActionsDictionary* asFormFieldActionsDictionary() {return NULL;} virtual const SkPdfFormFieldActionsDictionary* asFormFieldActionsDictionary() const {return NULL;} -- cgit v1.2.3