Converts other font files to a BDF font file.
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.
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.
Auditing Events: N/A
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. |