about summary refs log tree commit diff
path: root/lib/libpbmfont1.c
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-05-28 21:04:14 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-05-28 21:04:14 +0000
commit780486818286799c8cce5f4e3ad3a312773e6f16 (patch)
treea5b2249c828b6a48526464bdf734862da15b4f0e /lib/libpbmfont1.c
parentdd8aaea0561a2f1fa3d2818185900e92d17e4720 (diff)
downloadnetpbm-mirror-780486818286799c8cce5f4e3ad3a312773e6f16.tar.gz
netpbm-mirror-780486818286799c8cce5f4e3ad3a312773e6f16.tar.xz
netpbm-mirror-780486818286799c8cce5f4e3ad3a312773e6f16.zip
From a BDF font file, load only the characters that are needed instead of the full font
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3811 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'lib/libpbmfont1.c')
-rw-r--r--lib/libpbmfont1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpbmfont1.c b/lib/libpbmfont1.c
index 4189f150..fe014150 100644
--- a/lib/libpbmfont1.c
+++ b/lib/libpbmfont1.c
@@ -47,7 +47,7 @@
   The characters in the border you see are irrelevant except for
   character size compuations.  The 12 x 8 array in the center is
   the font.  The top left character there belongs to code point
-  0, and the code points increase in standard reading order, so
+  32, and the code points increase in standard reading order, so
   the bottom right character is code point 127.  You can't define
   code points < 32 or > 127 with this font format.