From b590f21e45400c70a622cd12de467d069b6a479a Mon Sep 17 00:00:00 2001 From: Peter Hinch Date: Fri, 18 Oct 2019 13:28:49 +0100 Subject: [PATCH] Improvements to docs. --- FONT_TO_PY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FONT_TO_PY.md b/FONT_TO_PY.md index d0950f5..382437d 100644 --- a/FONT_TO_PY.md +++ b/FONT_TO_PY.md @@ -169,7 +169,7 @@ They include the following functions: 6. `monospaced()` `True` if bitmaps were created with fixed pitch. 7. `min_ch()` Returns smallest ordinal value in font. 8. `max_ch()` Largest ordinal value in font. - 9. `get_ch()` Arg: a Unicode character. Returns three items: + 9. `get_ch()` Arg: a Unicode character. Returns three items: A memoryview into the bitmap for that character. Bitmap height in pixels. Equal to `height()` above. Bitmap width in pixels.