FindSystemFontsFilename
v0.3.2
Esta herramienta le permite obtener el nombre del archivo de fuente en su sistema. Recopilará los formatos de fuente TrueType (.ttf), OpenType (.otf), TrueType Collection (.ttc) y OpenType Collection (.otc).
Utiliza algunas API para encontrar el nombre del archivo de fuente:
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