Operating System - HP-UX
1832806 Members
3067 Online
110045 Solutions
New Discussion

changes fonts on printer model script

 
tom quach_1
Super Advisor

changes fonts on printer model script

Hi,

i would like to change the font in my printer model script from Courier to something else.
my question is how do i know which fonts are available on my system.
i am using HP-Ux 11.11

printer medel script
/users/hpnp/odyssey/repository/sh/net_ljx000.psh,v 1.2 2002/05/06
21:45:23 hpnp Exp $

font="Courier" # CHANGE DEFAULT FONT FOR POSTSCRIPT

Thanks in advance.
Tom
2 REPLIES 2
Bill Hassell
Honored Contributor

Re: changes fonts on printer model script

HP-UX has no fonts for printers. You can change the font using -o options, but you need a list of the installed fonts on the printer. See man net_ljx000


Bill Hassell, sysadmin
tom quach_1
Super Advisor

Re: changes fonts on printer model script

Thank-you Bill,

Just had a chat with HP support and their advice was the same as yours.

Thanks again,
Tom