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.
| Char | Codepoint | Name | Char | Codepoint | Name | Char | Codepoint | Name |
|---|---|---|---|---|---|---|---|---|
| ƒ | U+0192 | florin | ‚ | U+201A | quotesinglbase | ™ | U+2122 | trademark |
| ‘ | U+2018 | quoteleft | / | U+2044 | fraction | fl | U+FB02 | fl |
| ’ | U+2019 | quoteright | € | U+20AC | Euro | | U+F8FF | apple (Mac OS only) |