kopia lustrzana https://github.com/peterhinch/micropython-font-to-py
Improvements to docs.
rodzic
24cc715c73
commit
b5326c3cf3
|
@ -170,9 +170,9 @@ They include the following functions:
|
||||||
7. `min_ch()` Returns smallest ordinal value in font.
|
7. `min_ch()` Returns smallest ordinal value in font.
|
||||||
8. `max_ch()` Largest 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:
|
||||||
1. A memoryview into the bitmap for that character.
|
A memoryview into the bitmap for that character.
|
||||||
2. Bitmap height in pixels. Equal to `height()` above.
|
Bitmap height in pixels. Equal to `height()` above.
|
||||||
3. Bitmap width in pixels.
|
Bitmap width in pixels.
|
||||||
|
|
||||||
### Binary font files
|
### Binary font files
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue