We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50cf86f commit e48a3cbCopy full SHA for e48a3cb
arcade/text.py
@@ -337,7 +337,7 @@ def _init_deferred(self):
337
338
arcade.get_window()
339
340
- self._arguments["font_name"] = _attempt_font_name_resolution(self._arguments["font_name"])
+ self._arguments["font_name"] = _attempt_font_name_resolution(self._arguments["font_name"]) # type: ignore
341
self._label = pyglet.text.Label(**self._arguments)
342
343
self._initialized = True
0 commit comments