diff options
| author | Manolo Gouy <Manolo> | 2010-03-29 12:52:28 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2010-03-29 12:52:28 +0000 |
| commit | b3d47552867d9425035918efb76b549615df4f99 (patch) | |
| tree | 88a152e11c638ffea815fc9ea4b4ece1d019b9b1 /FL/Fl_PSfile_Device.H | |
| parent | 24c6e23e25f0dd42784dee65be70e4bec6f05722 (diff) | |
Fl_Printer & Fl_PSfile_Device : added some implementation details in doc
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7356 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_PSfile_Device.H')
| -rw-r--r-- | FL/Fl_PSfile_Device.H | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/FL/Fl_PSfile_Device.H b/FL/Fl_PSfile_Device.H index 5eb9fa5db..a0fdba70d 100644 --- a/FL/Fl_PSfile_Device.H +++ b/FL/Fl_PSfile_Device.H @@ -36,7 +36,9 @@ \brief Sends all graphics to a local PostScript file; same API as Fl_Printer class. * This class has the same API as class Fl_Printer except for start_job() member function. - \see class Fl_Printer. + <p>PostScript text output is presently implemented only for the latin character set. + FLTK's standard fonts are output using PostScript's standard fonts: Helvetica, Courier, + Times (and their bold, oblique, italic variants), Symbol, ZapfDingbats. */ FL_EXPORT class Fl_PSfile_Device : public Fl_Abstract_Printer { public: |
