blob: 2e71b2f80e539347dd32a621e7e6cca78e177015 [file] [log] [blame]
#ifndef __DEFINED__SkPdfTrueTypeFontDictionary
#define __DEFINED__SkPdfTrueTypeFontDictionary
#include "SkPdfType1FontDictionary_autogen.h"
class SkPdfTrueTypeFontDictionary : public SkPdfType1FontDictionary {
public:
public:
SkPdfTrueTypeFontDictionary* asTrueTypeFontDictionary() {return this;}
const SkPdfTrueTypeFontDictionary* asTrueTypeFontDictionary() const {return this;}
private:
SkPdfMultiMasterFontDictionary* asMultiMasterFontDictionary() {return (SkPdfMultiMasterFontDictionary*)this;}
const SkPdfMultiMasterFontDictionary* asMultiMasterFontDictionary() const {return (const SkPdfMultiMasterFontDictionary*)this;}
SkPdfType3FontDictionary* asType3FontDictionary() {return (SkPdfType3FontDictionary*)this;}
const SkPdfType3FontDictionary* asType3FontDictionary() const {return (const SkPdfType3FontDictionary*)this;}
public:
bool valid() const {return true;}
SkString Subtype(SkPdfNativeDoc* doc);
bool has_Subtype() const;
};
#endif // __DEFINED__NATIVE_SkPdfTrueTypeFontDictionary