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

Side by Side Diff: experimental/PdfViewer/pdfparser/native/pdfapi/SkPdfTrueTypeFontDictionary_autogen.h

Issue 22900010: pdfviewer: check in pdfapi classes (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 4 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 #ifndef __DEFINED__SkPdfTrueTypeFontDictionary
2 #define __DEFINED__SkPdfTrueTypeFontDictionary
3
4 #include "SkPdfType1FontDictionary_autogen.h"
5
6 class SkPdfTrueTypeFontDictionary : public SkPdfType1FontDictionary {
7 public:
8 public:
9 SkPdfTrueTypeFontDictionary* asTrueTypeFontDictionary() {return this;}
10 const SkPdfTrueTypeFontDictionary* asTrueTypeFontDictionary() const {return t his;}
11
12 private:
13 SkPdfMultiMasterFontDictionary* asMultiMasterFontDictionary() {return (SkPdfM ultiMasterFontDictionary*)this;}
14 const SkPdfMultiMasterFontDictionary* asMultiMasterFontDictionary() const {re turn (const SkPdfMultiMasterFontDictionary*)this;}
15
16 SkPdfType3FontDictionary* asType3FontDictionary() {return (SkPdfType3FontDict ionary*)this;}
17 const SkPdfType3FontDictionary* asType3FontDictionary() const {return (const SkPdfType3FontDictionary*)this;}
18
19 public:
20 bool valid() const {return true;}
21 SkString Subtype(SkPdfNativeDoc* doc);
22 bool has_Subtype() const;
23 };
24
25 #endif // __DEFINED__NATIVE_SkPdfTrueTypeFontDictionary
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698