[ Previous | Next | Contents | Glossary | Home | Search ]
AIX Version 4.3 Commands Reference, Volume 5

twconvfont Command

Purpose

Converts other font files to a BDF font file. This command only applies to AIX Version 4.2 or higher.

Syntax

twconvfont-v CodePage ] [ -f Source ] [ -t Target ]

Description

The twconvfont command converts one font file type to the BDF font file. The supported code pages are SOPS, PS55 and ET.

Flags

-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:

SOPS

PS55, or

ET.

Exit Status

This command returns the following exit values:

0 Successful completion.
>0 An error occurred.

Security

Access Control: You must have root authority to run this command.

Auditing Events: N/A

Examples

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

Files

/usr/lpp/tls/bin/twconvfont Contains the twconvfont command.

Related Information

None.


[ Previous | Next | Contents | Glossary | Home | Search ]