From 1761a99889d3570b79b28584ab97b6489f878592 Mon Sep 17 00:00:00 2001 From: Jens Schweikhardt Date: Sun, 24 Aug 2025 22:32:33 +0200 Subject: Start enclosed alphanumerics. --- hextobdf.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'hextobdf.c') diff --git a/hextobdf.c b/hextobdf.c index 68d8f42..7d1244d 100644 --- a/hextobdf.c +++ b/hextobdf.c @@ -6,7 +6,9 @@ * hextobdf -w 12 -h 22 < gallant.hex > gallant.bdf * * LIMITATIONS - * Only for gallant font, due to hard-coded font properties. + * Only for gallant font, due to hard-coded font/glyph properties. + * To adapt: modify PixelWidth and PixelHeight macros and + * output_bdf_preamble() and output_bdf_char() functions. */ #include #include -- cgit v1.2.3