Jump to content

HarfBuzz: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
per talk-page, no obvious reason for having persian-language name here
Line 54: Line 54:
[[Category:Digital typography]]
[[Category:Digital typography]]
[[Category:Free computer libraries]]
[[Category:Free computer libraries]]
[[Category:Text rendering libraries]]

Revision as of 08:31, 1 November 2013

HarfBuzz
Developer(s)Behdad Esfahbod, Simon Hausmann, Martin Hosken, Jonathan Kew, Lars Knoll, Werner Lemberg, Owen Taylor, David Turner
Stable release
0.9.20 / 29 August 2013; 10 years ago (2013-08-29)
Repository
Written inC++
Operating systemMicrosoft Windows, Unix-like
Type Software development library
LicenseMIT
Websitefreedesktop.org/wiki/Software/HarfBuzz/

HarfBuzz is a software development library for shaping of Unicode text. The most recent incarnation of HarfBuzz ("New HarfBuzz") targets various font technologies while the first version ("Old HarfBuzz") targeted only OpenType fonts.[1] New HarfBuzz provides only text shaping functionality 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: GUI toolkits, web browsers, word processors, designer tools, font design tools, terminal emulators, batch document processors, and TeX engines.[2]

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. Old HarfBuzz is no longer being developed, as the path going forward is New HarfBuzz.

Major users

Both Qt and Pango currently use HarfBuzz; other standalone users include Firefox, Chromium[3] and LibreOffice.[4]

Notes

  1. ^ "HarfBuzz Official website". Retrieved 10 November 2012.
  2. ^ HarfBuzz presentation slides from the Internationalization & Unicode Conference, October, 2009.
  3. ^ Esfahbod, Behdad (18 January 2010). "State of Text Rendering". Retrieved 10 November 2012. {{cite web}}: Unknown parameter |deadurl= ignored (|url-status= suggested) (help)
  4. ^ "Release Notes 4.1". Wiki. The Document Foundation. 10 July 2013. Retrieved 12 July 2013.