Home
last modified time | relevance | path

Searched refs:T1SearchPath (Results 1 – 5 of 5) sorted by relevance

/dports/print/py-reportlab/reportlab-3.5.68/src/reportlab/pdfbase/
H A D_fontdata.py101 from reportlab.rl_config import T1SearchPath
103 def _searchT1Dirs(n,rl_isfile=rl_isfile,T1SearchPath=T1SearchPath): argument
104 assert T1SearchPath!=[], "No Type-1 font search path"
105 for d in T1SearchPath:
109 del T1SearchPath, rl_isfile
H A Dpdfmetrics.py25 from reportlab.rl_config import defaultEncoding, T1SearchPath
185 if searchPath is None: from reportlab.rl_config import T1SearchPath as searchPath
198 from reportlab.rl_config import T1SearchPath
200 for dirname in T1SearchPath:
475 afmFileName = findInPaths(afmFileName,T1SearchPath)
476 pfbFileName = findInPaths(pfbFileName,T1SearchPath)
/dports/print/py-reportlab/reportlab-3.5.68/src/reportlab/
H A Drl_settings.py168 T1SearchPath = ( variable
263 T1SearchPath = T1SearchPath + _findFontDirs( variable
/dports/print/py-reportlab/reportlab-3.5.68/src/rl_addons/renderPM/
H A Dtr.py1 from reportlab.rl_config import T1SearchPath
2 T1SearchPath.insert(0,'C:\\Python\\PyArt\\pdffonts')
/dports/print/py-reportlab/reportlab-3.5.68/tests/
H A Dtest_lib_utils.py211 ff.addDirectories(rl_config.T1SearchPath + rl_config.TTFSearchPath)