aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/interactive-units
diff options
context:
space:
mode:
Diffstat (limited to 'src/interactive-units')
-rw-r--r--src/interactive-units/text.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interactive-units/text.lisp b/src/interactive-units/text.lisp
index f439621..1cecdbf 100644
--- a/src/interactive-units/text.lisp
+++ b/src/interactive-units/text.lisp
@@ -56,7 +56,7 @@
(setf vao vao%
elem-count count%))
(setf newlines (count #\newline content))
- (hq:with-plist (l r) (cl-fond:compute-extent (font-object font) content)
+ (hq:with-plist ((l :l) (r :r)) (cl-fond:compute-extent (font-object font) content)
(setf base-width (- r l)
base-height (* (cl-fond:text-height (font-object font))
(1+ newlines))))))