[wadalabfont-kit] / renderer / load.l  

View of /renderer/load.l

Parent Directory | Revision Log
Revision: 1.3 - (download) (annotate)
Tue Jul 1 08:47:32 2003 UTC (20 years, 10 months ago) by ktanaka
Branch: MAIN
CVS Tags: SNAP-20030702
Changes since 1.2: +35 -60 lines
*** empty log message ***
;; load.l
(or (boundp 'base-directory)(setq base-directory "."))
(or (boundp 'source-load)(setq source-load nil))
(lets 
 ((source-files 
   '("pack.l"
     "lib.l"
     "yokosort.l"
     "mincho.l"
     "apply.l"
     "sym.l"
     "type1.l"
     "gothic.l"
     "newjoint.l"
     "center.l"
     "limit.l"
     "limitrule.l"
     "unit.l"
     "transform.l"
     "naal.l"
     "hiranew.l"
     "region.l"
     "out2ps.l"
     "outline.l")))
 (cond (source-load
	(mapc source-files
	      #'(lambda (file) 
		  (exfile (string-append base-directory "/" file)))))
       (t
	(code-load 
	 (mapcar source-files
		 #'(lambda (file)
		     (string-append 
		      base-directory "/"
		      (substring file 0 (1- (string-length file)))
		      "o")))))))

ktanaka

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help