Ticket #76 (closed Bug: fixed)
PostScript printing bug under Linux
| Reported by: | Hagedorn@… | Owned by: | somebody |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Application | Version: | v4.0.5 |
| Severity: | Performance | Keywords: | |
| Cc: | Operating System: | Linux | |
| OS Version: |
Description
Printing under Linux fails if the font used for printing contains a space in its name. A colleague had set his font to "Lucida Bright". Printing would fail with this error message:
%%[ Error: undefined; OffendingCommand: Bright ]%% Stack: /Lucida
The reason is that the name of the font isn't properly encoded. The line reads:
/Lucida Bright findfont
In PostScript? "Bright" is treated as a command. The workaround was to specify a font without spaces in its name.
Change History
Note: See
TracTickets for help on using
tickets.
Twekaed to remove spaces from font names in the PS output.