diff options
author | Arne Babenhauserheide <arne_bab@web.de> | 2022-12-28 18:49:06 +0100 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2022-12-28 13:24:28 -0500 |
commit | 596ee382afb600e8a3fc48483aaa495469d92ae9 (patch) | |
tree | 96aca3ade912fe1975e6ad2ff817b785c6203b09 /doc | |
parent | af67e1960807e3dfbd82761dadb485d2038a6056 (diff) |
doc: fix: load-font is now in (chickadee graphics text)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api.texi b/doc/api.texi index f17d4ba..c36a36b 100644 --- a/doc/api.texi +++ b/doc/api.texi @@ -2016,7 +2016,7 @@ rendering operations where a font is not specified, as is the case in the above example. The following procedures can be found in the @code{(chickadee graphics -font)} module: +text)} module: @deffn {Procedure} load-font file-name point-size [#:char-set] Load the scalable (OpenType, TrueType, etc.) font in the file |