FontForge
{{short description|Font editor created by George Williams}}
{{primary sources|date=June 2012}}
{{Infobox software
| logo = FontForge Logo, 2015.svg
| screenshot = FontForge 20200314 screenshot.png
| caption = FontForge running under Arch Linux
| author = George Williams
| developer = Frank Trampe, Ben Martin, Adrien Tétar, Khaled Hosny, Jeremy Tan
| released = {{release date and age|2004|04|01}}
| latest release version = 20230101{{cite web|url=https://github.com/fontforge/fontforge/releases|title=Releases · fontforge/fontforge · GitHub|website=GitHub|publisher=frank-trampe|access-date=2023-08-06|archive-date=2023-06-30|archive-url=https://web.archive.org/web/20230630162441/https://github.com/fontforge/fontforge/releases|url-status=live}}
| latest release date = {{release date and age|2023|01|01}}
| programming language = C
| genre = Font editor
| license = Mix of GNU General Public License v3 and BSD license
| website = {{URL|fontforge.org}}
}}
FontForge is a FOSS 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.{{cite web|url=https://github.com/fontforge/fontforge/blob/master/LICENSE|title=fontforge/LICENSE at master · fontforge/fontforge · GitHub|author=fontforge|work=GitHub|date=8 October 2021|access-date=27 February 2015|archive-date=16 February 2019|archive-url=https://web.archive.org/web/20190216032945/https://github.com/fontforge/fontforge/blob/master/LICENSE|url-status=live}} It is available for operating systems including Linux, Windows,{{cite book|author1=Gurdy Leete|author2=Mary Leete|title=Microsoft Expression Blend Bible|url=https://books.google.com/books?id=G07N-hlycAgC|access-date=6 August 2012|date=12 June 2007|publisher=John Wiley & Sons|isbn=978-0-470-05503-8|page=295|archive-date=28 February 2023|archive-url=https://web.archive.org/web/20230228003108/https://books.google.com/books?id=G07N-hlycAgC|url-status=live}} and macOS,{{Cite book| edition = 1| publisher = Apress| isbn = 978-1430218876| last = James| first = Daniel| title = Crafting Digital Media: Audacity, Blender, Drupal, GIMP, Scribus, and other Open Source Tools| url = https://archive.org/details/craftingdigitalm00jame_711| url-access = limited| location = Berkeley, CA| date = 2009-12-04| page=[https://archive.org/details/craftingdigitalm00jame_711/page/n126 114]}} and is localized into 12 languages.{{which|date=February 2022}}{{citation needed|date=February 2022}}
To facilitate automated format conversion and other repetitive tasks, FontForge implements two scripting languages: its own language and Python.{{cite web |url=http://fontforge.sourceforge.net/scripting.html |title=Writing scripts to change fonts in FontForge |publisher=Fontforge.sourceforge.net |access-date=2009-11-09 |archive-date=2004-07-21 |archive-url=https://web.archive.org/web/20040721020430/http://fontforge.sourceforge.net/scripting.html |url-status=live }} 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.{{cite web |url=http://fontforge.sourceforge.net/python.html |title=Writing python scripts to change fonts in FontForge |publisher=Fontforge.sourceforge.net |access-date=2009-11-09 |archive-date=2009-12-02 |archive-url=https://web.archive.org/web/20091202074357/http://fontforge.sourceforge.net/python.html |url-status=dead }}
FontForge supports Adobe's OpenType feature file specification (with its own extensions to the syntax).{{cite web |url=http://fontforge.sourceforge.net/featurefile.html |title=FontForge's implementation of Adobe's Feature File syntax |publisher=Fontforge.sourceforge.net |access-date=2009-11-09 |archive-date=2009-04-16 |archive-url=https://web.archive.org/web/20090416003720/http://fontforge.sourceforge.net/featurefile.html |url-status=dead }} It also supports the unofficial Microsoft mathematical typesetting extensions (MATH
table){{cite web |url=http://fontforge.sourceforge.net/math.html |title=MATH typesetting information |publisher=Fontforge.sourceforge.net |date=2007-08-04 |access-date=2009-11-09 |archive-date=2007-08-28 |archive-url=https://web.archive.org/web/20070828063228/http://fontforge.sourceforge.net/math.html |url-status=live }} 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.{{cite web |url=http://fontforge.sourceforge.net/source-build.html#Dependencies |title=Building FontForge from source |publisher=Fontforge.sourceforge.net |access-date=2009-11-09 |archive-date=2009-12-07 |archive-url=https://web.archive.org/web/20091207090905/http://fontforge.sourceforge.net/source-build.html#Dependencies |url-status=dead }} Since the November 15, 2008 release, FontForge uses libcairo and libpango software libraries for graphics and text rendering,{{cite web |url=http://fontforge.sourceforge.net/changelog.html |title=Change log for FontForge |publisher=Fontforge.sourceforge.net |access-date=2009-11-09 |archive-date=2009-07-23 |archive-url=https://web.archive.org/web/20090723010100/http://fontforge.sourceforge.net/changelog.html |url-status=dead }} 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's code are used by the LuaTeX typesetting engine for reading and parsing OpenType fonts.{{cite web |url=http://www.luatex.org/talks/tug2008-taco-luatex.pdf |title=LuaTeX — Taco Hoekwater, July 24, TUG 2008 |access-date=2009-11-09 |archive-date=2010-07-17 |archive-url=https://web.archive.org/web/20100717030349/http://www.luatex.org/talks/tug2008-taco-luatex.pdf |url-status=live }}
The FontForge source code includes a number of utility programs, including 'showttf', which shows the contents of binary font files, and a WOFF converter and deconverter.
Supported formats
FontForge supports a wide variety of font formats.{{Cite book| publisher = O'Reilly.| isbn = 9780596514471| last = Lunde| first = Ken| title = CJKV Information Processing| location = Sebastopol, CA| date = 2009-01-13|page=447}} Its native Spline Font Database format (.sfd
file name extension) is text-based{{cite web |url=http://fontforge.sourceforge.net/sfdformat.html |title=Spline Font Database File Format |publisher=Fontforge.sourceforge.net |access-date=2009-11-09 |archive-date=2010-01-24 |archive-url=https://web.archive.org/web/20100124084954/http://fontforge.sourceforge.net/sfdformat.html |url-status=dead }} and facilitates collaboration between designers, as difference files can be easily created. FontForge also supports the interoperable UFO source format, which is based on XML.
The software supports many other font formats and converts fonts from one format to another. Supported font formats include: TrueType (TTF), TrueType Collection (TTC), OpenType (OTF), PostScript Type 1, TeX Bitmap Fonts, X11 OTB bitmap (only sfnt), Glyph Bitmap Distribution Format (BDF), FON (Windows), FNT (Windows), and Web Open Font Format (WOFF). FontForge also imports and exports fonts to and from the Scalable Vector Graphics (SVG) format and the Unified Font Object (UFO) format.
Development history
The FontForge project was founded by George Williams as a retirement project, and initially published from 2001 to March 2004 as PfaEdit.{{cite book|author=Yannis Haralambous|title=Fonts & Encodings|url=https://books.google.com/books?id=qrElYgVLDwYC&pg=PA988|access-date=6 August 2012|edition=1|date=3 October 2007|publisher=O'Reilly Media, Inc|isbn=978-0-596-10242-5|pages=444, 988|archive-date=27 February 2023|archive-url=https://web.archive.org/web/20230227232958/https://books.google.com/books?id=qrElYgVLDwYC&pg=PA988|url-status=live}}{{cite web |url=http://fontforge.sourceforge.net/ff-history.html |title=The history of the development of FontForge |publisher=Fontforge.sourceforge.net |access-date=2009-11-09 |archive-url=https://web.archive.org/web/20090423033226/http://fontforge.sourceforge.net/ff-history.html |archive-date=2009-04-23 |url-status=dead }}
Williams actively developed, maintained and supported the program and related utilities for around 12 years. In mid-2011, Dave Crossland began contributing to the project and the project moved from SourceForge to GitHub. Crossland began offering introductory type design workshops through the TeX Users Group (TUG) to raise funds to hire contract developers to maintain and develop the program. FontForge's development became more active, and Khaled Hosny and Barry Schwartz were notable contributors, but in late 2012 they and Crossland disagreed about the direction of the project so they forked FontForge as SortsMill Tools.{{cite web |url=https://bitbucket.org/sortsmill/sortsmill-fonts |title=SortMill Tools |publisher=Barry Schwartz |access-date=2015-02-27 |archive-date=2015-02-27 |archive-url=https://web.archive.org/web/20150227173643/https://bitbucket.org/sortsmill/sortsmill-fonts |url-status=live }}
In 2011, FontForge was packaged for easier installation on Mac OS X by Dr. Ben Martin with support from TUG. Meanwhile, Matthew Petroff published his Windows Build System and unofficial Windows builds. In 2013, the FontForgeBuilds project was started on SourceForge to extend this; it was subsequently entirely rewritten, and is today maintained by Jeremy Tan as a Windows application.
In 2012, Crossland organized a new project website to be hosted on GitHub Pages, {{URL|https://fontforge.github.io}}, and used funds raised from teaching FontForge to beginners to hire a contract web designer. With his support Martin added a real time collaboration feature that was presented by them both as a keynote at the Libre Graphics Meeting 2013 in Madrid.
In 2014, with financial support from Google, Frank Trampe added full support for the UFO font source format.
Fonts developed with FontForge
File:Sans Guilt LB sample.png by OSP,{{Cite web|url=http://osp.kitchen/|title=OSP (Open Source Publishing) →|website=osp.kitchen|access-date=2019-08-10|archive-date=2019-08-06|archive-url=https://web.archive.org/web/20190806153100/http://osp.kitchen/|url-status=live}} a Belgian design collective in collaboration with students from the Royal College of Art, available under OFL.]]
- Amiri (typeface)
- Asana-Math
- Cantarell (typeface)
- DejaVu fonts
- GNU FreeFont,(Free UCS Outline Fonts)
- Inconsolata
- Junicode
- Linux Libertine
- M+ FONTS
- OCR-A (recreation in 2004){{Cite web|url=https://sourceforge.net/projects/ocr-a-font/files/OCR-A/1.0/|title=Project page on SourceForge.net|access-date=2023-01-28|archive-date=2022-11-28|archive-url=https://web.archive.org/web/20221128185808/https://sourceforge.net/projects/ocr-a-font/files/OCR-A/1.0/|url-status=live}}
- Squarish Sans
- XITS font project
See also
References
{{reflist|30em}}
External links
{{commons category-inline|Fontforge}}
- {{official website}}
- [https://web.archive.org/web/20111003062536/http://ospublish.constantvzw.org/typo/i-think-the-ideas-behind-it-are-beautiful-in-my-mind "I think the ideas behind it are beautiful in my mind"]: long interview with George Williams, July 8, 2007
{{Free and open-source typography}}
Category:Free vector graphics editors
Category:Free software programmed in C
Category:Software that uses Cairo (graphics)