summaryrefslogtreecommitdiff
path: root/sdl2/bindings/ttf.scm
Commit message (Collapse)AuthorAgeFilesLines
* Add fallback method for loading shared libraries.David Thompson2021-04-301-1/+1
|
* ttf: Add more bindings.Gerry Agbobada2020-10-091-0/+28
| | | | | | | | | | | | Bindings added: * TTF_FontAscent * TTF_FontDescent * TTF_FontLineSkip * TTF_SizeUTF8 * TTF_GlyphIsProvided * TTF_GetFontStyle * TTF_SetFontStyle
* ttf: Add TTF_GlyphMetrics binding.David Thompson2020-05-121-0/+3
| | | | | Thanks to Gerry Agbobada for requesting this and sending an initial patch.
* Add SDL2_ttf bindings.David Thompson2015-12-171-0/+76
* sdl2/bindings/ttf.scm: New file. * sdl2/ttf.scm: New file. * Makefile.am (SOURCES): Add them.