(scale (fix (times 160.0 (max (//$ 9.0 (float col)) |
(scale (fix (times 160.0 (max (//$ 9.0 (float col)) |
(//$ 6.0 (float line)))))) |
(//$ 6.0 (float line)))))) |
(i nil)(j nil)(page nil)(last nil)(outlines) |
(i nil)(j nil)(page nil)(last nil)(outlines) |
(next nil)(nextnext nil)(x1 nil)(y1 nil)(x2 nil)(y2 nil)(skelton) |
(next nil)(nextnext nil)(x1 nil)(y1 nil)(x2 nil)(y2 nil)(skeleton) |
(minchowidth 10.0) |
(minchowidth 10.0) |
(tateyokoratio 0.3) |
(tateyokoratio 0.3) |
(hirawidth 0.35) |
(hirawidth 0.35) |
(err:undefined-function #'(lambda (x (y))(throw 'err))) |
(err:undefined-function #'(lambda (x (y))(throw 'err))) |
(err:zero-division #'(lambda (x (y))(throw 'err)))) |
(err:zero-division #'(lambda (x (y))(throw 'err)))) |
(catch 'err |
(catch 'err |
(skelton2list (setq skelton (normkanji (rm-limit (applykanji (car ol) tag)))) tag)))) |
(skeleton2list (setq skeleton (normkanji (rm-limit (applykanji (car ol) tag)))) tag)))) |
(cond |
(cond |
((atom l) |
((atom l) |
(format "0 setlinewidth newpath 0 0 moveto 400 0 lineto/n") |
(format "0 setlinewidth newpath 0 0 moveto 400 0 lineto/n") |
(t |
(t |
(format "0 setlinewidth newpath 0 0 moveto 400 0 lineto/n") |
(format "0 setlinewidth newpath 0 0 moveto 400 0 lineto/n") |
(format "400 400 lineto 0 400 lineto 0 0 lineto stroke/n") |
(format "400 400 lineto 0 400 lineto 0 0 lineto stroke/n") |
(setq hints (type1hints skelton tag)) |
(setq hints (type1hints skeleton tag)) |
(setq type1 (out2type1 l hints)) |
(setq type1 (out2type1 l hints)) |
(cond ((and (= 2 (string-length (car ol))) |
(cond ((and (= 2 (string-length (car ol))) |
(logand 128 (sref (car ol) 0))) |
(logand 128 (sref (car ol) 0))) |