.\" -*- nroff -*- .\" .\" psf2pbms.1: psf2pbms man page .\" Copyright (c) 2005, 2007 John Elliott .\" .\" .\" .\" psftools: Manipulate console fonts in the .PSF format .\" Copyright (C) 2005, 2007 John Elliott .\" .\" This program is free software; you can redistribute it and/or modify .\" it under the terms of the GNU General Public License as published by .\" the Free Software Foundation; either version 2 of the License, or .\" (at your option) any later version. .\" .\" This program is distributed in the hope that it will be useful, .\" but WITHOUT ANY WARRANTY; without even the implied warranty of .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the .\" GNU General Public License for more details. .\" .\" You should have received a copy of the GNU General Public License .\" along with this program; if not, write to the Free Software .\" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. .\" .TH psf2pbms 1 "26 May, 2024" "Version 1.1.2" "PSF Tools" .\" .\"------------------------------------------------------------------ .\" .SH NAME psf2pbms - convert a PC Screen Font file to many bitmap files .\" .\"------------------------------------------------------------------ .\" .SH SYNOPSIS .PD 0 .B psf2pbms .RI [ INPUTFILE ] .P .PD 1 .\" .\"------------------------------------------------------------------ .\" .SH DESCRIPTION psf2pbms converts a font in the .PSF format to multiple Portable Bitmap (PBM) files, one for each character. .\" .\"------------------------------------------------------------------ .\" .SH BUGS It is not possible to specify the output directory or output filename; PBM files get written to the current directory with names of the form psfnnn.pbm. .\" .\"------------------------------------------------------------------ .\" .SH SEE ALSO psfxbm(1) .\" .\"------------------------------------------------------------------ .\" .SH AUTHOR John Elliott . .PP