We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bd76d9 commit 5583c49Copy full SHA for 5583c49
adafruit_display_text/label.py
@@ -50,7 +50,8 @@ class Label(displayio.Group):
50
glyph (if its one line), or the (number of lines * linespacing + M)/2. That is,
51
it will try to have it be center-left as close as possible.
52
53
- :param Font font: A font class that has ``get_bounding_box`` and ``get_glyph``
+ :param Font font: A font class that has ``get_bounding_box`` and ``get_glyph``.
54
+ Must include a capital M for measuring character size.
55
:param str text: Text to display
56
:param int max_glyphs: The largest quantity of glyphs we will display
57
:param int color: Color of all text in RGB hex
0 commit comments