about summary refs log tree commit diff stats
path: root/font.subx
diff options
context:
space:
mode:
Diffstat (limited to 'font.subx')
-rw-r--r--font.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/font.subx b/font.subx
index 9c3d5e8b..066b7267 100644
--- a/font.subx
+++ b/font.subx
@@ -9,7 +9,7 @@
 #   - 2-letter hex bytes, optionally followed by '/' and single-word comments, and
 #   - line comments after '#'
 # Each glyph consists of a 1-byte size, a 1-byte boolean flagging combining
-# characters, and a 16-byte bitmap.
+# characters, and a 32-byte bitmap.
 # The size can currently be only '08' or '10' (16).
 # * If it's '08', the glyph is 8 pixels wide, each row consists of one byte, and
 #   the last 8 bytes of the bitmap are ignored.