diff --git a/FL/Fl_PostScript.H b/FL/Fl_PostScript.H index e7613f2e3..b1ec3baae 100644 --- a/FL/Fl_PostScript.H +++ b/FL/Fl_PostScript.H @@ -29,9 +29,10 @@ /** \brief PostScript graphical backend. * - PostScript text uses vectorial fonts for the latin alphabet (exactly: all unicode - characters between U+0020 and U+017F, that is, ASCII, Latin-1 Supplement and Latin Extended-A charts) - plus a few other characters: + PostScript text uses vectorial fonts when using the FLTK standard fonts + and the latin alphabet or a few other characters listed in the following table. + The latin alphabet means all unicode characters between U+0020 and U+017F, or, in other words, + the ASCII, Latin-1 Supplement and Latin Extended-A charts. @@ -48,9 +49,8 @@
CharCodepointName CharCodepointName CharCodepointName
ƒU+0192florinU+201AquotesinglbaseU+2122trademark
U+2018quoteleft/U+2044fractionU+FB02fl
U+2019quoterightU+20ACEuroU+F8FFapple (Mac OS only)
-
All other unicode characters are output as a bitmap. -
FLTK standard fonts are output using PostScript standard fonts: Helvetica, Courier, - Times (and their bold, oblique, italic variants). +
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. */ class FL_EXPORT Fl_PostScript_Graphics_Driver : public Fl_Graphics_Driver { public: