Hi,
what am i doing wrong?
Code:
def run(bk):
print('xxx-|Start|-xxx')
for (id, href, mime) in bk.font_iter():
print('xxx-|',id , '|-xxx')
print('xxx-|',href , '|-xxx')
print('xxx-|',mime , '|-xxx')
print('xxx-|End|-xxx')
return 0
i am getting no fonts listet
mac os mojave, sigil 1.0.0
The fonts i have in the book are valid as they do show up in preview, in ADE and on my devices.
Regardless of what fonts i'm adding the list is always empty