BDFRESIZE(1) — BDF (20 August 1988)
NAME
bdfresize − Resize BDF Format Font
SYNOPSIS
bdfresize [-w factor] [-h factor] [-f factor] [bdf-file]
DESCRIPTION
Bdfresize is a command to magnify or reduce font which is described with the standard BDF format. If bdf-file is not specified, it reads from stdin. Bdfresize outputs the result to stdout in BDF format. A few COMMENT lines are inserted to the result font. FONT, ATTRIBUTES, STARTCHAR and ENCODING lines are copied from source font. If a syntax error occurs in source font, bdfresize stop its process.
OPTIONS
−w factor
Specifies resize factor for the font width.
−h factor
Specifies resize factor for the font height.
−f factor
Same as specifying both -w and -h with same factor.
factor is described either of following forms.
<digits>
<digits>/<digits>
SEE ALSO
Character Bitmap Distribution Format 2.1 (Adobe Systems, Inc.)
AUTHOR
Copyright (C) 1988 by Hiroto Kagotani.
kagotani@cs.titech.junet
Everyone is permitted to do anything on this program including copying, transplanting, debugging, and modifying.
September 29, 2021