From f8ee30ef746e4d9dcc270b1c435474f0e2007a2b Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Mon, 2 Feb 2015 09:46:32 +0000 Subject: Restores the Doxygen doc of the Fl_PostScript_Graphics_Driver class that had been hidden by r.9980 by mistake. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10547 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_PostScript.H | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'FL') diff --git a/FL/Fl_PostScript.H b/FL/Fl_PostScript.H index 29b806249..4cf33cd92 100644 --- a/FL/Fl_PostScript.H +++ b/FL/Fl_PostScript.H @@ -27,6 +27,11 @@ #include #include +/* Signature of Fl_PostScript::close_command() functions passed as parameters. */ +extern "C" { + typedef int (Fl_PostScript_Close_Command)(FILE *); +} + /** \brief PostScript graphical backend. * @@ -53,12 +58,6 @@
All other unicode characters or all other fonts (FL_FREE_FONT and above) are output as a bitmap.
FLTK standard fonts are output using the corresponding PostScript standard fonts. */ - -/** Signature of Fl_PostScript::close_command() functions passed as parameters. */ -extern "C" { - typedef int (Fl_PostScript_Close_Command)(FILE *); -} - class FL_EXPORT Fl_PostScript_Graphics_Driver : public Fl_Graphics_Driver { public: static const char *class_id; -- cgit v1.2.3