[wadalabfont-kit] / skeleton-edit / ulxbug.l  

View of /skeleton-edit/ulxbug.l

Parent Directory | Revision Log
Revision: 1.1 - (download) (annotate)
Fri Jun 27 00:52:12 2003 UTC (20 years, 10 months ago) by ktanaka
Branch: MAIN
CVS Tags: SNAP-20040518, SNAP-20030702, SNAP-20030630, HEAD
*** empty log message ***
;; ---------------------------------- ;;
;; 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