Files
jmwright-CQ-Editor/pyinstaller/pyi_rth_fontconfig.py
2022-09-16 13:52:44 -05:00

7 lines
170 B
Python

import os
import sys
if sys.platform.startswith('linux'):
os.environ['FONTCONFIG_FILE'] = '/etc/fonts/fonts.conf'
os.environ['FONTCONFIG_PATH'] = '/etc/fonts/'