1bdfresize - a tool for resizing BDF format font
2
3Bdfresize is a command to magnify or reduce fonts which are described
4with the standard BDF format.  If bdf-file is not specified, it reads
5from stdin.  Bdfresize outputs the result to stdout in BDF format.  Some
6COMMENT lines are inserted to the result font.  FONT name is modified
7depending on the resize factor if the name is described in XLFD format.
8SIZE, FONTBOUNDINGBIX, SWIDTH, DWIDTH, BBX and some property lines are
9also modified.  Other lines are copied from source.  If a syntax error
10occurs in a source font, bdfresize notices it and stops the whole
11process.
12
13Bdfresize is a free software under the terms of the GNU Lesser General
14Public License version 2. See the COPYING file for details.
15
16Hiroto Kagotani <kagotani@cs.titech.ac.jp> made the original version
17(1.4).
18
19The latest version is available at:
20http://openlab.ring.gr.jp/efont/dist/tools/bdfresize/
21