From 780486818286799c8cce5f4e3ad3a312773e6f16 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Thu, 28 May 2020 21:04:14 +0000 Subject: 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 --- lib/libpbmfont1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libpbmfont1.c') 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. -- cgit 1.4.1