- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to add more fonts in UNIX
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-16-2001 12:31 PM
тАО08-16-2001 12:31 PM
Does anyone knows how to add more fonts in this particular directory. [/usr/lib/X11/fonts/type1.st/typefaces]
-r--r--r-- 1 bin bin 75363 May 30 1996 UTBI____.pfa
-r--r--r-- 1 bin bin 72834 May 30 1996 UTB_____.pfa
-r--r--r-- 1 bin bin 74892 May 30 1996 UTI_____.pfa
-r--r--r-- 1 bin bin 72354 May 30 1996 UTRG____.pfa
-r--r--r-- 1 bin bin 126064 May 30 1996 cour.pfa
-r--r--r-- 1 bin bin 126868 May 30 1996 courb.pfa
-r--r--r-- 1 bin bin 125201 May 30 1996 courbi.pfa
-r--r--r-- 1 bin bin 122124 May 30 1996 couri.pfa
-rw-r--r-- 1 bin bin 2158 Sep 7 1999 fonts.dir
-r--r--r-- 1 bin bin 1468 May 30 1996 fonts.scale
In onother words this direcoty has the following fonts.
Utopia, Courier, and I would like to see if I could add like Helvetica, Times, Times-Roman, Century School etc. Kindly if you know how I could add them let me know Please.
Thank you so much.
Reynaldo Torres.
torresr@hydroaire.com
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-16-2001 01:21 PM
тАО08-16-2001 01:21 PM
Re: How to add more fonts in UNIX
If you have them in bit map form, then you need to convert them to pcf with bdftopcf
Check the man page for mkfontdir. I guess
it is what you are lookinig for. Use xset to refresh the font path you can view if the fonts are listed with xlsfonts command.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-16-2001 03:17 PM
тАО08-16-2001 03:17 PM
Re: How to add more fonts in UNIX
Thanks for your help if you have any other ways that I could use let me know.
Regards,
Reynaldo.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-16-2001 04:04 PM
тАО08-16-2001 04:04 PM
Re: How to add more fonts in UNIX
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-16-2001 04:33 PM
тАО08-16-2001 04:33 PM
Re: How to add more fonts in UNIX
Thank you much,
Reynaldo.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-16-2001 04:45 PM
тАО08-16-2001 04:45 PM
SolutionCopy the pcf files from /usr/lib/X11/fonts/iso_8859.1/100dpi/helv* into the directory where it is looking. These
are helvetica font files.
I am still unclear about how your conversion is doing. If it has to convert the ps file to pdf, it needs to get the fonts from the font database of the system not from the individual font files.
-Sri