Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ttf: Return multiple values instead of a list in font-glyph-metrics. | David Thompson | 2020-12-05 | 1 | -3/+7 |
| | |||||
* | ttf: Return multiple values instead of a list in font-size. | David Thompson | 2020-12-05 | 1 | -3/+3 |
| | |||||
* | ttf: Add more bindings. | Gerry Agbobada | 2020-10-09 | 1 | -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 Thompson | 2020-05-12 | 1 | -2/+2 |
| | | | | -_______________- | ||||
* | ttf: Export font-glyph-metrics. | David Thompson | 2020-05-12 | 1 | -0/+1 |
| | | | | -_- | ||||
* | ttf: Add TTF_GlyphMetrics binding. | David Thompson | 2020-05-12 | 1 | -0/+14 |
| | | | | | Thanks to Gerry Agbobada for requesting this and sending an initial patch. | ||||
* | ttf: Fix incorrect function name in error message. | Hugo Hörnquist | 2019-06-12 | 1 | -1/+1 |
| | | | | * sdl2/ttf.scm (render-font-blended): Fix function name in error message. | ||||
* | Add SDL2_ttf bindings. | David Thompson | 2015-12-17 | 1 | -0/+93 |
* sdl2/bindings/ttf.scm: New file. * sdl2/ttf.scm: New file. * Makefile.am (SOURCES): Add them. |