FreeType Homepage

FREETYPE 2 PROJECTS

    Font Servers       Language Bindings       Libraries       Other       |        Homepage

FreeType 2 is used in an increasing number of projects. This page contains a small list of important projects using it.

Font Servers

The XFT Font Library

    XFT is the name of the client-side library developed by Keith Packard to handle the new X11 extension named XRender. It is now part of X11.

    XFT is also used by the Qt and GTK toolkits to display anti-aliased fonts.


Language Bindings

Caml

D

Factor

    This dynamic programming language comes with FreeType bindings. See here for more details.

Io

    See here for more information on this prototype-based language.

Perl

    More than a single binding package is available. Try here for a search on CPAN.

Python

    Unfortunately, no mature Python bindings for FreeType 2 are available currently. The ft2 library is declared as beta and apparently not developed further.

    On the other hand, the Python Imaging Library (PIL) can be built to use FreeType 2 for font rendering, giving high-level access to fonts.

Ruby

Top


Libraries

GD2

    GD2 is the successor to the famous GD image-generation library. It uses FreeType 2 to generate text on images.

Pango

    Pango is a text layout library developed for GTK+ that supports several font and rendering backends, one of them using FreeType 2. It also uses a heavily modified version of Freetype 1's OpenType layout code.

Top


Other Projects

FontForge

    FontForge is a free font editor which uses FreeType for rendering. It also uses FreeType's bytecode debugger (if compiled in) to single-step through instructed TrueType fonts.

The FreeType GIMP Plug-In

Top

Last update: 23-Oct-2006
    Font Servers       Language Bindings       Libraries       Other       |        Homepage
FreeType Homepage