.\" -*- nroff -*- .\" .\" psfjoin.1: psfmerge 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 psfjoin 1 "26 May, 2024" "Version 1.1.2" "PSF Tools" .\" .\"------------------------------------------------------------------ .\" .SH NAME psfjoin - Concatenate multiple PC Screen Font files .\" .\"------------------------------------------------------------------ .\" .SH SYNOPSIS .PD 0 .B psfjoin .RI [ "--psf1" ] .RI [ "--psf2" ] INPUTFILE .RI [ "INPUTFILE ..." ] OUTPUTFILE .P .PD 1 .\" .\"------------------------------------------------------------------ .\" .SH DESCRIPTION psfjoin concatenates one or more PSF files. The files in question must all have the same character size. Characters from fonts other than the first have their Unicode mappings ignored. This program was intended for use in generating 512-character PSF1 files, where the second 256 characters have the same meaning as the first but are drawn in a different style. .\" .\"------------------------------------------------------------------ .\" .SH OPTIONS .TP .B --psf1 Force output in the PSF1 format. .TP .B --psf2 Force output in the PSF2 format. .\" .\"------------------------------------------------------------------ .\" .\".SH BUGS .\" .\"------------------------------------------------------------------ .\" .SH SEE ALSO psfmerge(1) .\" .\"------------------------------------------------------------------ .\" .SH AUTHOR John Elliott . .PP