Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ttf: Add more bindings. | Gerry Agbobada | 2020-10-09 | 1 | -0/+28 |
| | | | | | | | | | | | | Bindings added: * TTF_FontAscent * TTF_FontDescent * TTF_FontLineSkip * TTF_SizeUTF8 * TTF_GlyphIsProvided * TTF_GetFontStyle * TTF_SetFontStyle | ||||
* | ttf: Add TTF_GlyphMetrics binding. | David Thompson | 2020-05-12 | 1 | -0/+3 |
| | | | | | Thanks to Gerry Agbobada for requesting this and sending an initial patch. | ||||
* | Add SDL2_ttf bindings. | David Thompson | 2015-12-17 | 1 | -0/+76 |
* sdl2/bindings/ttf.scm: New file. * sdl2/ttf.scm: New file. * Makefile.am (SOURCES): Add them. |