Index of Module ttf - part-cw/lambdanative GitHub Wiki
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 |