There was an error while loading. Please reload this page.
1 parent 52e7f48 commit 5f585e7Copy full SHA for 5f585e7
FONT_TO_PY.md
@@ -93,7 +93,9 @@ $ font_to_py.py -k extended FreeSans.ttf 23 my_extended_font.py
93
94
* -f or --fixed If specified, all characters will have the same width. By
95
default fonts are assumed to be variable pitch.
96
- * -x or --xmap Specifies horizontal mapping (this is the default).
+ * -x or --xmap Specifies that the output file should be horizontally mapped.
97
+ This is the default if no mapping is specified. Most display hardware requires
98
+ horizontal mapping.
99
* -y or --ymap Vertical mapping for specialist display hardware. Not compatible
100
with `Writer` classes.
101
* -r or --reverse Specifies bit reversal in each font byte.
0 commit comments