The links collected in this section are useful if you want to put FreeType into a larger frame of understanding.

Reference Sites

Detailed information on the font formats supported by FreeType can be found in the file formats.txt, which is part of the FreeType source code bundle.

Font Tools

  • TTX: an OpenType assembler and disassembler
  • FontForge: a free, powerful graphical font editor, including a TrueType instructions debugger (using FreeType)
  • TrueTypeViewer: a free, powerful OpenType viewing tool with a TrueType instructions debugger (not using FreeType)
  • ttfautohint; a tool to auto-hint TrueType fonts, based on FreeType’s auto-hinting engine (still under development)

Font Shaping and Layout Engines

These libraries work on top of font rendering libraries like FreeType to provide sophisticated text (string) layout, being able to handle OpenType features in particular. All of them use Unicode for font and text encoding.

  • Pango: the layout library used by Gnome’s GTK+ framework
  • ICU: a layout library originally developed by IBM, used for example in XeTeX, an internationalized successor of TeX
  • HarfBuzz: a text shaping library (still under heavy development), originally based on FreeType 1’s OpenType layout support
  • T1Lib: a Type 1 fonts library (no longer under development)
  • VFLib: a library especially for accessing TeX fonts (no longer under development)