Update README.md

pull/526/head
Hel Gibbons 2022-10-03 09:10:59 +01:00 zatwierdzone przez GitHub
rodzic fb8cde305d
commit 6393e74f86
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -299,7 +299,7 @@ Draws "Hello World" in a 16px tall, 2x scaled version of the `bitmap8` font.
Sometimes you might want to measure a text string for centering or alignment on screen, you can do this with:
```python
width = measure_text(text, scale, spacing)
width = display.measure_text(text, scale, spacing)
```
The height of each Bitmap font is explicit in its name.