Add member function FILE* Fl_PostScript_File_Device::file()

This commit is contained in:
ManoloFLTK 2020-07-06 21:01:28 +02:00
parent 0b5f92d1c7
commit 2f0be9d537

View File

@ -311,6 +311,8 @@ public:
void end_job(void);
/** \brief Label of the PostScript file chooser window */
static const char *file_chooser_title;
/** Returns the underlying FILE* receiving all PostScript data */
FILE *file() { return driver()->file(); }
};
/** Encapsulated PostScript drawing surface.