HarfBuzz
Lua error in package.lua at line 80: module 'strict' not found.
Developer(s) | Behdad Esfahbod, Simon Hausmann, Martin Hosken, Jonathan Kew, Lars Knoll, Werner Lemberg, Owen Taylor, David Turner |
---|---|
Stable release | 1.2.7 (2 May 2016[±] | )
Written in | C++ |
Operating system | Windows, Unix-like |
Type | Software development library |
License | MIT |
Website | freedesktop |
HarfBuzz (loose transliteration of Persian حرفباز harf-bāz, meaning "Opentype")[1] is a software development library for text shaping, which is the process of converting Unicode text to glyph indices and positions. The newest version, New HarfBuzz, targets various font technologies while the first version, Old HarfBuzz, targeted only OpenType fonts.[2] New HarfBuzz provides only text shaping functions and not text layout or rendering, which require other libraries. Pango, which incorporates HarfBuzz, can be used for higher-level text layout, and FreeType or Anti-Grain Geometry for text rendering.
The goals for New HarfBuzz, as set by the developers, are for HarfBuzz to be beautiful, robust, flexible, efficient, and portable. Some potential applications that are a good fit for HarfBuzz are: graphical user interface (GUI) toolkits, web browsers, word processors, designer tools, font design tools, terminal emulators, batch document processors, and TeX engines.[3]
History
HarfBuzz evolved from code that was originally part of the FreeType project. It was then developed separately in Qt and Pango. Then it was merged back into a common repository with an MIT license. This was Old HarfBuzz, which is no longer being developed, as the path going forward is New HarfBuzz. In 2013, Behdad Esfahbod won O'Reilly Open Source Award for his works on HarfBuzz.[4]
Major users
As of 2016[update], HarfBuzz users include Qt, Pango, Mapnik and standalone users Firefox and Chromium (now all platforms, formerly Linux only),[5] XeTeX and LibreOffice.[6]
Notes
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ HarfBuzz presentation slides from the Internationalization & Unicode Conference, October 2009.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
See also
- Graphite (SIL) – a programmable Unicode-compliant smart-font technology and rendering system developed by SIL International.
External links
- Use dmy dates from September 2014
- Articles containing Persian-language text
- Interlanguage link template existing link
- Articles containing potentially dated statements from 2016
- Official website not in Wikidata
- Digital typography
- Free computer libraries
- Text rendering libraries
- Freedesktop.org
- GNOME libraries
- Free software programmed in C