79298983

Date: 2024-12-21 06:33:53
Score: 1
Natty:
Report link

The most elegant way I found:

from matplotlib.font_manager import get_font_names
def font_exists(name):
    return name in get_font_names()
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: searchstar