Always return None from compile()

This commit is contained in:
Andrew Murray 2023-12-27 11:07:53 +11:00
parent 1e8bad805e
commit e9252a9353

View File

@ -65,7 +65,7 @@ class FontFile:
ysize = lines * h
if xsize == 0 and ysize == 0:
return ""
return
self.ysize = h