aboutsummaryrefslogtreecommitdiffhomepage
path: root/wheelwork.lisp
diff options
context:
space:
mode:
authorColin Okay <colin@cicadas.surf>2022-06-28 06:34:12 -0500
committerColin Okay <colin@cicadas.surf>2022-06-28 06:34:12 -0500
commit3527744ffd63f2d83659964d32a5a838bf83baef (patch)
treeeafedbe1dcd91feb0902b2dd92e796e9e7adc9b1 /wheelwork.lisp
parentf311a9c510e4c54fb6cfaac2c3dc9681b6804b3a (diff)
[modify] +standard-font-chars+ includes newline
Diffstat (limited to 'wheelwork.lisp')
-rw-r--r--wheelwork.lisp3
1 files changed, 2 insertions, 1 deletions
diff --git a/wheelwork.lisp b/wheelwork.lisp
index 37a7bfc..2ce7179 100644
--- a/wheelwork.lisp
+++ b/wheelwork.lisp
@@ -687,7 +687,8 @@ ASSET-ARGS is a plist to pass to make-instance for the given resource.
asset-args)))))
(define-symbol-macro +standard-font-chars+
- " ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz01234567890\".,!?-'" )
+ "
+ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz01234567890\".,!?-'" )
(defclass/std font (asset)
((characters :i :std +standard-font-chars+)