summaryrefslogtreecommitdiff
path: root/sdl2/ttf.scm
Commit message (Collapse)AuthorAgeFilesLines
* ttf: Fix bytevector offsets in font-glyph-metrics.David Thompson2020-05-121-2/+2
| | | | -_______________-
* ttf: Export font-glyph-metrics.David Thompson2020-05-121-0/+1
| | | | -_-
* ttf: Add TTF_GlyphMetrics binding.David Thompson2020-05-121-0/+14
| | | | | Thanks to Gerry Agbobada for requesting this and sending an initial patch.
* ttf: Fix incorrect function name in error message.Hugo Hörnquist2019-06-121-1/+1
| | | | * sdl2/ttf.scm (render-font-blended): Fix function name in error message.
* Add SDL2_ttf bindings.David Thompson2015-12-171-0/+93
* sdl2/bindings/ttf.scm: New file. * sdl2/ttf.scm: New file. * Makefile.am (SOURCES): Add them.