FindSystemFontsFilename
v0.3.2
該工具允許您獲取系統上的字體檔案名稱。它將收集 TrueType (.ttf)、OpenType (.otf)、TrueType Collection (.ttc) 和 OpenType Collection (.otc) 字型格式。
它使用一些 API 來尋找字體檔案名稱:
pip install FindSystemFontsFilename
from find_system_fonts_filename import get_system_fonts_filename , FindSystemFontsFilename Exception
try :
fonts_filename = get_system_fonts_filename ()
except FindSystemFontsFilename Exception :
# Deal with the exception
pass