- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Adding Arial Fonts to HP-UX 11.11
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
Forums
Discussions
Discussions
Discussions
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
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
10-01-2004 03:01 AM
10-01-2004 03:01 AM
Adding Arial Fonts to HP-UX 11.11
Oracle Reporter needs Arial fonts to build its PDFs for a report. However, the DBA has sourced some fonts, and no matter how I try, I cannot get the X Fonts Server to recognise these.
I have added the fonts to directory /usr/lib/X11/fonts/ms.st/, generated the fonts.dir file and updated /etc/X11/fs/config, and stopped and started /sbin/init.d/xfs. Yet they will not show up on "xlsfonts" nor does any error show up on syslog.log.
Can anyone offer some pointers on this one? Share and Enjoy! Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2004 03:08 AM
10-01-2004 03:08 AM
Re: Adding Arial Fonts to HP-UX 11.11
Regards,
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2004 03:12 AM
10-01-2004 03:12 AM
Re: Adding Arial Fonts to HP-UX 11.11
The only result I get for "xlsfonts |grep -i aria" is the result of "variable".
Is it worth programming in a reboot this weekend and seeing if that works?
Share and Enjoy! Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2004 04:15 AM
10-01-2004 04:15 AM
Re: Adding Arial Fonts to HP-UX 11.11
Regards,
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2004 04:58 PM
10-03-2004 04:58 PM
Re: Adding Arial Fonts to HP-UX 11.11
# /usr/sbin/stmkdirs /usr/lib/X11/fonts/ttf
Also it seems that if you put fonts into directory with suffix .st (e.g. ms.st) then you have to put actual fonts in typefaces subdirectory and run /usr/sbin/stmkdirs on typefaces subdirectory to generate fonts.dir. /etc/X11/fs/config will have /usr/lib/X11/fonts/ms.st (not /usr/lib/X11/fonts/ms.st/typefaces) as a correct entry.
If you move your fonts to a directory without .st suffix (e.g. /usr/lib/X11/fonts/ttf) then you don't need typefaces subdirectory.
Verify that fonts are loaded with
# fslsfonts -server
Hope this helps.