FreeBSD Manual Pages
cpi2psf(1) PSF Tools cpi2psf(1) NAME cpi2psf - extract a font from a DOS codepage (.CPI) SYNOPSIS cpi2psf [--height=x] [--codepage=nnn] [--psf1] [--psf2] INPUTFILE [OUT- PUTFILE] DESCRIPTION cpi2psf extracts a font from a DOS codepage (.CPI) file. All known codepage file formats are supported (MSDOS, DRDOS, Windows NT, and Linux). OPTIONS --height=x Extract the font with the specified height. Otherwise the first height found will be used. --codepage=nnn Extract only the specified codepage as a 256-character font. If this option is not present, all the characters of the requested size from all the codepages in the font will be extracted, with duplicates being merged. nnn must be a numeric codepage speci- fier such as 437 or 850. --psf1 Outputs in PSF1 format. It is recommended that this is only used if the --codepage option is also present, otherwise the result- ing PSF1 file may not hold all the characters from the codepage. --psf2 Outputs in PSF2 format (default). BUGS If no filename is provided, the program will attempt to load its input file from standard input. The success of this operation depends on the internal structure of the CPI file, and the capabilities of the C li- brary. SEE ALSO psfs2cpi(1), cpicomp(1), cpidcomp(1) AUTHOR John Elliott <seasip.webmaster@gmail.com>. Version 1.0.8 21 June, 2008 cpi2psf(1)
NAME | SYNOPSIS | DESCRIPTION | OPTIONS | BUGS | SEE ALSO | AUTHOR
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=cpi2psf&sektion=1&manpath=FreeBSD+13.0-RELEASE+and+Ports>