FindSystemFontsFilename
v0.3.2
Esta ferramenta permite que você obtenha o nome do arquivo da fonte em seu sistema. Ele coletará os formatos de fonte TrueType (.ttf), OpenType (.otf), TrueType Collection (.ttc) e OpenType Collection (.otc).
Ele usa algumas APIs para encontrar o nome do arquivo da fonte:
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