Ticket #76 (closed Bug: fixed)

Opened 2 years ago

Last modified 2 years ago

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

Changed 2 years ago by daboo@…

  • status changed from new to closed
  • resolution set to fixed

Twekaed to remove spaces from font names in the PS output.

Changed 2 years ago by daboo

Milestone Release deleted

Note: See TracTickets for help on using tickets.