You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We don't need to separately track (and maintain refcounts) for
PyFT2Font.fname; we can simply infer it from py_file (the file object)
as needed. Note that if FT2Font was directly constructed with a
file-like arg, the fname attribute (both previously and with this PR) is
the file-like, not its name.
0 commit comments