import matplotlib.pyplot as plt for i, font in enumerate(fonts): plt.text(0, i, f"日本語:{font}", fontname=font)