• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

AUTHORSH A D11-Dec-2000371 1310

COPYINGH A D11-Dec-200017.6 KiB341281

ChangeLogH A D16-Jan-20012.5 KiB10959

INSTALLH A D11-Dec-20007.6 KiB183143

Makefile.amH A D16-Jan-2001329 146

Makefile.inH A D16-Jan-200111.2 KiB411316

NEWSH A D16-Jan-2001135 64

READMEH A D11-Dec-2000921 2116

aclocal.m4H A D16-Jan-20014.3 KiB128113

bdfresize.1H A D11-Dec-20001.5 KiB5655

bdfresize.cH A D16-Jan-200110.3 KiB475391

charresize.cH A D03-May-20225.6 KiB281233

config.h.inH A D12-Dec-2000593 2717

configureH A D16-Jan-200158.1 KiB1,8871,496

configure.inH A D16-Jan-2001649 3123

def.hH A D12-Dec-20001.6 KiB5629

getopt.cH A D12-Dec-200029.5 KiB1,057636

getopt.hH A D12-Dec-20004.9 KiB14150

install-shH A D11-Dec-20005.5 KiB252153

memset.cH A D16-Jan-20011.1 KiB5521

missingH A D11-Dec-20006.1 KiB191154

mkinstalldirsH A D11-Dec-2000722 4123

stamp-h.inH A D16-Jan-200110 21

README

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