from jmwright 72b67da

This commit is contained in:
jdegenstein
2022-09-16 13:52:44 -05:00
committed by GitHub
parent 04978a6f78
commit fffb6db0f2
50 changed files with 14900 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
import os
import sys
if sys.platform.startswith('linux'):
os.environ['FONTCONFIG_FILE'] = '/etc/fonts/fonts.conf'
os.environ['FONTCONFIG_PATH'] = '/etc/fonts/'