summaryrefslogtreecommitdiff
path: root/sdl2/ttf.scm
Commit message (Collapse)AuthorAgeFilesLines
* ttf: Return multiple values instead of a list in font-glyph-metrics.David Thompson2020-12-051-3/+7
|
* ttf: Return multiple values instead of a list in font-size.David Thompson2020-12-051-3/+3
|
* ttf: Add more bindings.Gerry Agbobada2020-10-091-0/+79
| | | | | | | | | | | | Bindings added: * TTF_FontAscent * TTF_FontDescent * TTF_FontLineSkip * TTF_SizeUTF8 * TTF_GlyphIsProvided * TTF_GetFontStyle * TTF_SetFontStyle
* 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.