diff options
| author | Jens Schweikhardt <schweikh@schweikhardt.net> | 2025-08-24 22:32:33 +0200 |
|---|---|---|
| committer | Jens Schweikhardt <schweikh@schweikhardt.net> | 2025-08-24 22:32:33 +0200 |
| commit | 1761a99889d3570b79b28584ab97b6489f878592 (patch) | |
| tree | cda15a6f50d8c5d1ba77e366a6b2185663d0f207 /hextobdf.c | |
| parent | 6cb6fe4059881a47885a4e5888022734ca33387d (diff) | |
Start enclosed alphanumerics.
Diffstat (limited to 'hextobdf.c')
| -rw-r--r-- | hextobdf.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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> |
