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