Converts other font files to a BDF font file. This command only applies to AIX Version 4.2 or higher.
twconvfont [ -v CodePage ] [ -f Source ] [ -t Target ]
The twconvfont command converts one font file type to the BDF font file. The supported code pages are SOPS, PS55 and ET.
-f Source | Specifies the name of font file to convert. |
-t Target | Specifies the name of the converted font file. |
-v CodePage | Specifies the type of code page to convert to. CodePage can be: |
This command returns the following exit values:
0 | Successful completion. |
>0 | An error occurred. |
Access Control: You must have root authority to run this command.
To convert the font file USRFONT.C12 to a BDF font file of code page of type SOPS with the name user.bdf, enter:
twconvfont -v SOPS -f USRFONT.C12 -t user.bdf
/usr/lpp/tls/bin/twconvfont | Contains the twconvfont command. |