FontForge

From Wikipedia, the free encyclopedia

Template:Short description

Page Module:Message box/ambox.css has no content.

Page Module:Infobox/styles.css has no content.

FontForge
[[Programmer|Original authorTemplate:Pluralize from text]]George Williams
[[Programmer|DeveloperTemplate:Pluralize from text]]Frank Trampe, Ben Martin, Adrien Tétar, Khaled Hosny, Jeremy Tan
Initial releaseApril 1, 2004; 22 years ago (2004-04-01)
Template:Infobox software/simple
Written inC, C++
EnginePage Template:Plainlist/styles.css has no content.Template:EditAtWikidata
TypeFont editor
LicenseMix of GNU General Public License v3 and BSD license
WebsiteTemplate:Official url
RepositoryPage Template:Plainlist/styles.css has no content.

Script error: No such module "Check for conflicting parameters".

FontForge is a free and open-source 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.[1] It is available for operating systems including Linux, Windows,[2] and macOS,[3] and progress has been made on localizing it into 21 languages including Spanish, Chinese, Russian, Swedish, Korean, and Croatian.[4]

To facilitate automated format conversion and other repetitive tasks, FontForge implements two scripting languages: its own language and Python.[5] 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.[6]

FontForge supports Adobe's OpenType feature file specification (with its own extensions to the syntax).[7] It also supports the unofficial Microsoft mathematical typesetting extensions (MATH table)[8] 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.[9] Since the November 15, 2008 release, FontForge uses libcairo and libpango software libraries for graphics and text rendering,[10] 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.[11]

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.[12] Its native Spline Font Database format (.sfd file name extension) is text-based[13] 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.[14][15]

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.[16]

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, 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

Sample of the Sans Guilt[17] font, a reinterpretation of the Gill Sans by OSP,[18] a Belgian design collective in collaboration with students from the Royal College of Art, available under OFL

See also

Lua error in mw.title.lua at line 404: bad argument #2 to 'title.new' (unrecognized namespace name 'Portal').

References

Page Template:Reflist/styles.css has no content.

  1. ^ Page Module:Citation/CS1/styles.css has no content.fontforge (8 October 2021). "fontforge/LICENSE at master · fontforge/fontforge · GitHub". GitHub. Archived from the original on 16 February 2019. Retrieved 27 February 2015.
  2. ^ Page Module:Citation/CS1/styles.css has no content.Gurdy Leete; Mary Leete (12 June 2007). Microsoft Expression Blend Bible. John Wiley & Sons. p. 295. ISBN 978-0-470-05503-8. Archived from the original on 28 February 2023. Retrieved 6 August 2012.
  3. ^ Page Module:Citation/CS1/styles.css has no content.James, Daniel (2009-12-04). Crafting Digital Media: Audacity, Blender, Drupal, GIMP, Scribus, and other Open Source Tools (1 ed.). Berkeley, CA: Apress. p. 114. ISBN 978-1430218876.
  4. ^ Page Module:Citation/CS1/styles.css has no content.Jeremy Tan; iorsh; skef (19 January 2026). "FontForge translation project on Crowdin". Retrieved 21 January 2026.{{cite web}}: CS1 maint: url-status (link)
  5. ^ Page Module:Citation/CS1/styles.css has no content."Writing scripts to change fonts in FontForge". Fontforge.sourceforge.net. Archived from the original on 2004-07-21. Retrieved 2009-11-09.
  6. ^ Page Module:Citation/CS1/styles.css has no content."Writing python scripts to change fonts in FontForge". Fontforge.sourceforge.net. Archived from the original on 2009-12-02. Retrieved 2009-11-09.
  7. ^ Page Module:Citation/CS1/styles.css has no content."FontForge's implementation of Adobe's Feature File syntax". Fontforge.sourceforge.net. Archived from the original on 2009-04-16. Retrieved 2009-11-09.
  8. ^ Page Module:Citation/CS1/styles.css has no content."MATH typesetting information". Fontforge.sourceforge.net. 2007-08-04. Archived from the original on 2007-08-28. Retrieved 2009-11-09.
  9. ^ Page Module:Citation/CS1/styles.css has no content."Building FontForge from source". Fontforge.sourceforge.net. Archived from the original on 2009-12-07. Retrieved 2009-11-09.
  10. ^ Page Module:Citation/CS1/styles.css has no content."Change log for FontForge". Fontforge.sourceforge.net. Archived from the original on 2009-07-23. Retrieved 2009-11-09.
  11. ^ Page Module:Citation/CS1/styles.css has no content."LuaTeX — Taco Hoekwater, July 24, TUG 2008" (PDF). Archived (PDF) from the original on 2010-07-17. Retrieved 2009-11-09.
  12. ^ Page Module:Citation/CS1/styles.css has no content.Lunde, Ken (2009-01-13). CJKV Information Processing. Sebastopol, CA: O'Reilly. p. 447. ISBN 9780596514471.
  13. ^ Page Module:Citation/CS1/styles.css has no content."Spline Font Database File Format". Fontforge.sourceforge.net. Archived from the original on 2010-01-24. Retrieved 2009-11-09.
  14. ^ Page Module:Citation/CS1/styles.css has no content.Yannis Haralambous (3 October 2007). Fonts & Encodings (1 ed.). O'Reilly Media, Inc. pp. 444, 988. ISBN 978-0-596-10242-5. Archived from the original on 27 February 2023. Retrieved 6 August 2012.
  15. ^ Page Module:Citation/CS1/styles.css has no content."The history of the development of FontForge". Fontforge.sourceforge.net. Archived from the original on 2009-04-23. Retrieved 2009-11-09.
  16. ^ Page Module:Citation/CS1/styles.css has no content."SortMill Tools". Barry Schwartz. Archived from the original on 2015-02-27. Retrieved 2015-02-27.
  17. ^ Page Module:Citation/CS1/styles.css has no content."OSP-foundry» Blog Archive » Sans Guilt". Archived from the original on 2016-02-22. Retrieved 2016-02-15.
  18. ^ Page Module:Citation/CS1/styles.css has no content."OSP (Open Source Publishing) →". osp.kitchen. Archived from the original on 2019-08-06. Retrieved 2019-08-10.
  19. ^ Page Module:Citation/CS1/styles.css has no content."Project page on SourceForge.net". Archived from the original on 2022-11-28. Retrieved 2023-01-28.

Page Template:Sister-inline/styles.css has no content.Script error: No such module "Sister project logo". Media related to Script error: No such module "Commons link". at Wikimedia Commons

Lua error in package.lua at line 80: module 'Module:Navbox/configuration' not found.