#!/bin/sh
#
# If changing these parameters, also remember to update the values in
# builtin2dfonts.ic that specifies the width/height of the fonts.

# ./extractfont  7 13 0 1  8  5 16 font13.tif >font13.ic
# ./extractfont 10 17 0 1 12  6 16 font17.tif >font17.ic
# ./extractfont 14 25 0 2 17 11 16 font25.tif >font25.ic
# ./extractfont 19 33 0 3 25 16 16 font33.tif >font33.ic

# new parameters that do not crop off the "_" character.
./extractfont  7 14 0 0  8  5 16 font13.tif >font13.ic
./extractfont 10 18 0 0 12  6 16 font17.tif >font17.ic
./extractfont 14 27 0 0 17 11 16 font25.tif >font25.ic
./extractfont 19 36 0 0 25 16 16 font33.tif >font33.ic

