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