diff options
author | Colin Okay <colin@cicadas.surf> | 2022-06-28 06:34:12 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-06-28 06:34:12 -0500 |
commit | 3527744ffd63f2d83659964d32a5a838bf83baef (patch) | |
tree | eafedbe1dcd91feb0902b2dd92e796e9e7adc9b1 /wheelwork.lisp | |
parent | f311a9c510e4c54fb6cfaac2c3dc9681b6804b3a (diff) |
[modify] +standard-font-chars+ includes newline
Diffstat (limited to 'wheelwork.lisp')
-rw-r--r-- | wheelwork.lisp | 3 |
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+) |