FontForge running under Xubuntu 14.04
|
|
Original author(s) | George Williams |
---|---|
Developer(s) | Frank Trampe, Ben Martin, Adrien Tétar, Khaled Hosny, Jeremy Tan |
Stable release |
20160404 / April 4, 2016
|
Repository | github |
Development status | Active |
Written in | C |
Operating system | Cross-platform |
Type | Font editor |
License | Mix of GNU General Public License v3 and BSD license (Free software) |
Website | fontforge |
FontForge is a font editor which supports many common font formats. Developed primarily by George Williams until 2012, FontForge is free software and is distributed under a mix of the GNU General Public License Version 3 and the 3-clause BSD license. It is available for operating systems including Linux, Windows and macOS and is localized into 12 languages.
To facilitate automated format conversion and other repetitive tasks, Fontforge implements two scripting languages: its own language and Python. FontForge can run scripts from its GUI, from the command line, and also offers its features as a Python module so it can be integrated into any Python program.
Fontforge supports Adobe's OpenType feature file specification (with its own extensions to the syntax). It also supports the unofficial Microsoft mathematical typesetting extensions (MATH
table) introduced for Cambria Math and supported by Office 2007, XeTeX and LuaTeX. At least one free OpenType mathematical font has been developed in FontForge.
FontForge uses FreeType for rendering fonts on screen. Since the November 15, 2008 release, FontForge uses libcairo and libpango software libraries for graphics and text rendering providing anti-aliased graphics and complex text layout support.
FontForge can use Potrace or AutoTrace to auto trace bitmap images and import them into a font.
Parts of FontForge code are used by the LuaTeX typesetting engine for reading and parsing OpenType fonts.