Skip to content

Index of Module ttf

Matthias Görges edited this page May 30, 2014 · 2 revisions

Module: ttf

The ttf module provides a wrapper for the freetype library. It allows truetype font rendering at runtime to build fonts.

Note: This automatically includes libfreetype in the applications LIBRARIES file.

Functions in this module:

Function Short Description
(ttf-compile fname pointlist glyphlist name) Outputs a scheme font file to stdout for compilation
(ttf->fnt fname pointsize . glyphlist) Returns a scheme font for runtime use
Clone this wiki locally