X-Git-Url: https://git.ayoreis.com/hackapet/Adafruit_Blinka_Displayio.git/blobdiff_plain/c783527f34dd96761748e670c7a4fd90dd6a12bd..47660fb58479bc6f2720ebe23e57dea2393bef21:/fontio.py diff --git a/fontio.py b/fontio.py index cbb57d6..44faa61 100644 --- a/fontio.py +++ b/fontio.py @@ -103,7 +103,7 @@ class BuiltinFont: class Glyph: """Storage of glyph info""" - def __init__(self, *, bitmap, tile_index, width, height, dx, dy, shift_x, shift_y): + def __init__(self, bitmap, tile_index, width, height, dx, dy, shift_x, shift_y): self.bitmap = bitmap self.width = width self.height = height