diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2019-06-05 07:49:07 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2019-06-05 07:49:07 -0400 |
commit | 228c44724bca054266d83dd10baee62281c6e09b (patch) | |
tree | 4e09fd7ebbdd871d8723bf82fac997d7ef8b3a40 /manuals/chickadee/Fonts.html | |
parent | fd07253640bbd6a81300ef0c801fff930abecbce (diff) |
Update chickadee manual to fix a few errors.
Diffstat (limited to 'manuals/chickadee/Fonts.html')
-rw-r--r-- | manuals/chickadee/Fonts.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manuals/chickadee/Fonts.html b/manuals/chickadee/Fonts.html index d65d67c..4227f0b 100644 --- a/manuals/chickadee/Fonts.html +++ b/manuals/chickadee/Fonts.html @@ -158,7 +158,7 @@ and return a new font object. built-in font is used. </p> <div class="example"> -<pre class="example">(draw-text font "Hello, world!" (vec2 128.0 128.0)) +<pre class="example">(draw-text "Hello, world!" (vec2 128.0 128.0)) </pre></div> <p>To render a substring of <var>text</var>, use the <var>start</var> and <var>end</var> |