aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/PdfViewer/autogen/SkPdfMultiMasterFontDictionary_autogen.cpp
blob: 7cc1b8f3abc51b533a9d4c6978a7d2f522b3f96c (plain)
1
2
3
4
5
6
7
8
9
#include "SkPdfMultiMasterFontDictionary_autogen.h"

std::string SkPdfMultiMasterFontDictionary::Subtype() const {
  std::string ret;
  if (NameFromDictionary(fPodofoDoc, fPodofoObj->GetDictionary(), "Subtype", "", &ret)) return ret;
  // TODO(edisonn): warn about missing required field, assert for known good pdfs
  return "";
}