Author: junrue Date: Wed Apr 26 12:23:40 2006 New Revision: 110
Modified: trunk/README.txt trunk/src/packages.lisp Log: pre-0.3.0 cleanup
Modified: trunk/README.txt ============================================================================== --- trunk/README.txt (original) +++ trunk/README.txt Wed Apr 26 12:23:40 2006 @@ -72,6 +72,11 @@ in the gaps). This demo program is not yet finished, but the source code can still serve as sample code.
+5. The text-extent generic function currently does not return + the correct text height. As a workaround, get the text metrics + for the desired font and base height calculations on that + value. The text-extent function does return the correct width. +
How To Configure and Build
Modified: trunk/src/packages.lisp ============================================================================== --- trunk/src/packages.lisp (original) +++ trunk/src/packages.lisp Wed Apr 26 12:23:40 2006 @@ -392,7 +392,6 @@ #:item-height #:item-id #:item-index - #:item-owner #:items #:key-down-p #:key-toggled-p
graphic-forms-cvs@common-lisp.net