Skip to content

Commit

Permalink
Update mac_fonts.py
Browse files Browse the repository at this point in the history
  • Loading branch information
moi15moi committed Jan 22, 2024
1 parent eeee592 commit 3515caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion find_system_fonts_filename/mac_fonts.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def get_system_fonts_filename() -> Set[str]:
MacFonts._core_foundation.CFRelease(url_ptr)

fonts_filename.add(filename)
print(f"{CTFontFormat(font_format)} {filename}")
print(f"{CTFontFormat(font_format).name} {filename}")



Expand Down

0 comments on commit 3515caa

Please sign in to comment.