Skip to content

Commit 5f585e7

Browse files
committed
Docs: Further clarify mapping args.
1 parent 52e7f48 commit 5f585e7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

FONT_TO_PY.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,9 @@ $ font_to_py.py -k extended FreeSans.ttf 23 my_extended_font.py
9393

9494
* -f or --fixed If specified, all characters will have the same width. By
9595
default fonts are assumed to be variable pitch.
96-
* -x or --xmap Specifies horizontal mapping (this is the default).
96+
* -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.
9799
* -y or --ymap Vertical mapping for specialist display hardware. Not compatible
98100
with `Writer` classes.
99101
* -r or --reverse Specifies bit reversal in each font byte.

0 commit comments

Comments
 (0)