summaryrefslogtreecommitdiff
path: root/hextobdf.c
diff options
context:
space:
mode:
authorJens Schweikhardt <schweikh@schweikhardt.net>2025-08-24 22:32:33 +0200
committerJens Schweikhardt <schweikh@schweikhardt.net>2025-08-24 22:32:33 +0200
commit1761a99889d3570b79b28584ab97b6489f878592 (patch)
treecda15a6f50d8c5d1ba77e366a6b2185663d0f207 /hextobdf.c
parent6cb6fe4059881a47885a4e5888022734ca33387d (diff)
Start enclosed alphanumerics.
Diffstat (limited to 'hextobdf.c')
-rw-r--r--hextobdf.c4
1 files changed, 3 insertions, 1 deletions
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 <stdio.h>
#include <stdlib.h>