summaryrefslogtreecommitdiff
path: root/hextobdf.c
diff options
context:
space:
mode:
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>