Sponsored Content
Operating Systems AIX AIX TrueType Fonts Installation Post 302404587 by bakunin on Tuesday 16th of March 2010 11:53:50 PM
Old 03-17-2010
As i feel there is a bit of misunderstanding of the concepts involved first a few general explanations.

Quote:
Originally Posted by kah00na
Does AIX support TrueType fonts?
To be precise AIX doesn't "support fonts" at all - X-Windows is supporting the fonts. X-Windows is provided with AIX so the difference isn't all too obvious, but in fact X-Windows is (in one respect) a generic way of handling all things graphical, including fonts.

Any X-Windows system consists of several parts, which might be networked:

1) an X-server. This is the part which handles the graphical display. Think of it as a driver for a graphic card with a network interface and a standardised protocol (the X-protocol, default port 6000tcp) to use its services.

2) a window manager. This is the part which uses one (or several) X-servers to create a display. It decorates windows with borders and a title bar (along with the functionality built into these elements, like resizing, closing, etc.), handles change of focus between windows, etc.. An example for sucha a window manager would be mwm (Motif Window Manager), which is supplied with AIX, another would be fvwm (an open source development), Enlightenment and many, many more. Desktop environments like KDE and Gnome are basically window managers with a lot of additional functions.

3) the font manager. It renders all the fonts the various devices (displays, printers, ...) will use and provides them over the network (default port 7100tcp) to the X-server(s).


Quote:
I have tried copying those fonts from my Windows box into /usr/lpp/X11/defaults/TrueType but I don't think that was the right way to do it and it didn't work anyway.
Right. First, there are some standard formats for X-fonts, the most common being "PCF" (portable compiled format). Most font servers are designed to handle these formats, but not TrueType, which is a Microsoft-only font format (actually a pretty crude one and the M$$-fonts are dumbed-down and uglyfied Adobe-fonts, but that only as an aside). There are font-servers which can handle Truetype-fonts, though, and you have to make sure you are using one which can do that.

Second, you need not only to copy the font file but also make the font server aware of it. Here is the process described. You should then be able to view the font using the "xfontsel" utility. You can also add alias names for the fonts using the "fonts.alias" file (see the manpage or the AIX documentation for a detailed explanation of the file format).

I hope this helps.

bakunin
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

AIX Installation

I am in need some some simple... straight forward instructions for creating file systems on AIX. I have a raid controller and 4 18.2gb Hot Swap SCSI drives. I am sooooo confused about Volume Groups, Physical Volume, and Physical Partition, and Logical Volume and Logical Partitions. In a... (1 Reply)
Discussion started by: Docboyeee
1 Replies

2. AIX

aix installation

hey all I have ibm RS6000 WORKSTATION,iam new to aix i worked on sparc system,but dont know anything abt aix can some one guide me how to install aix 4.3.3 fresh installtion how the partition to be created how to start the installltion and finish it how to add new external hdd. plss osme one... (1 Reply)
Discussion started by: solaris8in
1 Replies

3. AIX

Need AIX 4.3.3 installation disk 1

This is a serious longshot but my system crashed and I need to bring it back up, I put my cd into the drive to boot and it does not work. I cannot find another copy anywhere (internet, friends, other companies, etc...). Apparently while trying to install the Veristas remote agent for unix I... (0 Replies)
Discussion started by: colb926
0 Replies

4. AIX

Installation of CUPS in AIX

Hi, In cups.org, it is said CUPS 1.1.9 adds support for AIX, adds several performance improvements to the scheduler, adds support for the Apache Include directive, adds new HideImplicitMembers and ImplicitAnyClasses directives, stores user-defined options as differences from the system-defined... (3 Replies)
Discussion started by: meeraramanathan
3 Replies

5. AIX

how to install fonts in AIX

Dear Friends, Please help me out to install fonts in AIX. I am new to AIX. Thanks in advance. Regards, dba (2 Replies)
Discussion started by: aix.dba
2 Replies

6. AIX

Adding own fonts in AIX

Hi I am new to AIX and want to install some fonts (in Indian Languages) created by us into the AIX server and we should be able to use these fonts in Mozilla and other user applications. There is no Info Print Manager. We have font files as PFB/PFM and TTF. Which is the best method to go... (0 Replies)
Discussion started by: mssridhar
0 Replies

7. AIX

Russian fonts not displaying in AIX PDF files

Hi, We have an issue with russian cyrillic fonts that are not displayed correctly in pdf when application works in AIX . The same russian fonts are displayed properly in windows machine. There are spaces between russian characters and also cyrillic fonts are overlapping in AIX... (3 Replies)
Discussion started by: jinto
3 Replies

8. AIX

AIX NIM installation

Could you please let me know, if it is possible to have NIM server running on one volume group and other applications like oracle running on other volume group. Do we need to have a dedicated server for only AIX NIM server?. I am new to AIX and planning to install NIM server on a test server. which... (3 Replies)
Discussion started by: saikiran_1984
3 Replies

9. AIX

AIX Fonts and Display issue

Hello Everyone, have a question regarding fonts: #env root@oraapp:/>env _=/usr/bin/env LANG=ar_AA LOGIN=root SSH_TTY=/dev/pts/1 PATH=/usr/bin:/etc:/usr/sbin:/usr/ucb:/usr/bin/X11:/sbin:/usr/java131/jre/bin:/u ... (2 Replies)
Discussion started by: filosophizer
2 Replies

10. AIX

How to find the details of Fonts on AIX?

Hi, Can someone help me out, how I can find the details of the Fonts installed on AIX, details such as the font type, directory, Non-Latin Fonts like Greek, Hebrew, or Arabic, starting with Arabic Objective: Oracle Reports creates PDF on AIX we want to use ARABIC Fonts which are... (1 Reply)
Discussion started by: filosophizer
1 Replies
DH_INSTALLXFONTS(1)						     Debhelper						       DH_INSTALLXFONTS(1)

NAME
dh_installxfonts - register X fonts SYNOPSIS
dh_installxfonts [debhelperoptions] DESCRIPTION
dh_installxfonts is a debhelper program that is responsible for registering X fonts, so their corresponding fonts.dir, fonts.alias, and fonts.scale be rebuilt properly at install time. Before calling this program, you should have installed any X fonts provided by your package into the appropriate location in the package build directory, and if you have fonts.alias or fonts.scale files, you should install them into the correct location under etc/X11/fonts in your package build directory. Your package should depend on xfonts-utils so that the update-fonts-* commands are available. (This program adds that dependency to ${misc:Depends}.) This program automatically generates the postinst and postrm commands needed to register X fonts. These commands are inserted into the maintainer scripts by dh_installdeb. See dh_installdeb(1) for an explanation of how this works. NOTES
See update-fonts-alias(8), update-fonts-scale(8), and update-fonts-dir(8) for more information about X font installation. See Debian policy, section 11.8.5. for details about doing fonts the Debian way. SEE ALSO
debhelper(7) This program is a part of debhelper. AUTHOR
Joey Hess <joeyh@debian.org> 9.20120909 2011-09-12 DH_INSTALLXFONTS(1)
All times are GMT -4. The time now is 10:07 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy