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

Unified Diff: experimental/PdfViewer/autogen/pdfspec_autogen.py

Issue 18059003: Basic load base font when specified in a FontDescriptor. basic load of TrueType font (FontFile2) (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
« no previous file with comments | « experimental/PdfViewer/autogen/SkPdfPodofoMapper_autogen.cpp ('k') | experimental/PdfViewer/spec2def.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/PdfViewer/autogen/pdfspec_autogen.py
===================================================================
--- experimental/PdfViewer/autogen/pdfspec_autogen.py (revision 9773)
+++ experimental/PdfViewer/autogen/pdfspec_autogen.py (working copy)
@@ -2050,6 +2050,7 @@
.name('Type')\
.type('name')\
.comment('(Required) The type of PDF object that this dictionary describes; must be\nFontDescriptor for a font descriptor.')\
+ .must([datatypes.PdfName('FontDescriptor')])\
.done().done()\
.required('NULL')\
.field('FontName')\
« no previous file with comments | « experimental/PdfViewer/autogen/SkPdfPodofoMapper_autogen.cpp ('k') | experimental/PdfViewer/spec2def.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698