[wadalabfont-kit] / lisp / tools / ulxbug.l  

View of /lisp/tools/ulxbug.l

Parent Directory | Revision Log
Revision: 1.1.1.1 - (download) (annotate) (vendor branch)
Thu Dec 28 08:54:20 2000 UTC (23 years, 6 months ago) by ktanaka
Branch: ktanaka
CVS Tags: tmp, SNAP-20030624
Changes since 1.1: +0 -0 lines
change to CVS wadalab font project
;; ---------------------------------- ;;
;; this function used because of BUG? ;;
;; ---------------------------------- ;;

(progn
  (putd 'font-ascent-ulx  (getd 'font-ascent))
  (putd 'font-descent-ulx (getd 'font-descent))
  (putd 'text-width-ulx   (getd 'text-width))
  
  (defun font-ascent (fnt)
    (comment print (list 'font-ascent fnt))
    12)
  
  (defun font-descent (fnt)
    (comment print (list 'font-dscent fnt))
    2)
  
  (defun text-width (fnt vec)
    (comment print (list 'text-width fnt vec))
    (comment * 14 (vector-length vec))
    (* 7 (string-length vec)))
  )

ktanaka

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help