This package browser is in early development. Mind the rough edges.

cl-sdl2-ttf

SDL2_ttf wrapper for Common Lisp

This is a wrapper for the SDL2_TTF library used for loading fonts and creating text assets. The library, in it's current state, can load TTF and OTF fonts and render fonts with the three different rendering modes provided by the C library (solid, shaded, and blended). While Latin text, UTF8, UNICODE, and Glyph text rendering is available only Latin text has been tested (as shown in the examples).

Installation

Install the latest version of cl-sdl2-ttf as follows:

guix install cl-sdl2-ttf

Or install a particular version:

guix install cl-sdl2-ttf@1.0-1.6dd2df2

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of cl-sdl2-ttf about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/cl-sdl2-ttf'><img src='https://packages.guix.gnu.org/packages/cl-sdl2-ttf/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/cl-sdl2-ttf/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/cl-sdl2-ttf)

Example Org:

[[https://packages.guix.gnu.org/packages/cl-sdl2-ttf][https://packages.guix.gnu.org/packages/cl-sdl2-ttf/badges/latest-version.svg]]