from matplotlib import font_manager font_dirs = ["/resources/fonts"] font_files = font_manager.findSystemFonts(fontpaths=font_dirs) ...
確定! 回上一頁