>>> fontforge.open('Untitled1.sfdir').bitmapSizes
(16, 32, 64, 128)
>>> fontforge.font().bitmapSizes = (16, 32, 64, 128)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
SystemError: new style getargs format but argument is not a tuple
>>> fontforge.font().bitmapSizes = fontforge.open('Untitled1.sfdir').bitmapSizes
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
SystemError: new style getargs format but argument is not a tuple
so idk.
What may be relevant and what the template doesn't ask for is the Python version: 3.10.6-1 and 3.9.2-3
When reporting a bug/issue:
To ensure I wasn't holding it wrong I also did:
so idk.
What may be relevant and what the template doesn't ask for is the Python version: 3.10.6-1 and 3.9.2-3