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 0defe7d commit ed64879Copy full SHA for ed64879
adafruit_display_text/label.py
@@ -43,6 +43,7 @@ class Label(displayio.Group):
43
properties will be the left edge of the bounding box, and in the center of a M
44
glyph (if its one line), or the (number of lines * linespacing + M)/2. That is,
45
it will try to have it be center-left as close as possible.
46
+
47
:param Font font: A font class that has ``get_bounding_box`` and ``get_glyph``.
48
Must include a capital M for measuring character size.
49
:param str text: Text to display
0 commit comments