diff options
author | David Thompson <dthompson2@worcester.edu> | 2020-05-12 16:39:37 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2020-05-12 16:39:37 -0400 |
commit | de196a85c4353467a1b73e5c05405eb2c09426fa (patch) | |
tree | c7602ea572dcd4fbcdf0db5a3a4b274ed8b36508 /sdl2/ttf.scm | |
parent | 1f946301aba572ece8f9be496edcdd609048ae10 (diff) |
ttf: Export font-glyph-metrics.
-_-
Diffstat (limited to 'sdl2/ttf.scm')
-rw-r--r-- | sdl2/ttf.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sdl2/ttf.scm b/sdl2/ttf.scm index 0a73b8a..9d13713 100644 --- a/sdl2/ttf.scm +++ b/sdl2/ttf.scm @@ -35,6 +35,7 @@ load-font delete-font! font-height + font-glyph-metrics render-font-solid render-font-blended)) |