Английская Википедия:HarfBuzz

Материал из Онлайн справочника
Перейти к навигацииПерейти к поиску

Шаблон:Short description Шаблон:Use dmy dates

Шаблон:Infobox software

HarfBuzz (loose transliteration of Persian calque Шаблон:Lang harf-bāz, literally "open type")[1][2] is a software development library for text shaping, which is the process of converting Unicode text to glyph indices and positions. The newer version, New HarfBuzz (2012–), targets various font technologies while the first version, Old HarfBuzz (2006–2012), targeted only OpenType fonts.[1][3]

History

Файл:Behdad esfahbod in Zconf6 by Mardetanha.jpg
Behdad Esfahbod, developer of HarfBuzz

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.[1] In 2013, Behdad Esfahbod won the O’Reilly Open Source Award for his work on HarfBuzz.[4]

Important milestones for New HarfBuzz include:

  • 0.9.2, SIL Graphite support
  • 1.0 includes Universal Shaping Engine concepts from Microsoft
  • 1.4 with OpenType font variation support
  • 1.6 with Unicode 10 support
  • 1.8 with Unicode 11 support
  • 2.0 with Apple Advanced Typography (AAT) shaping support.[5][6][7][8][9]
  • 2.1 with color fonts support and improved major AAT Shaping features.
  • 2.4 Unicode 12 support
  • 2.6.7 Unicode 13 support
  • 3.0 stable font subsetter API, Unicode 14 support[10]
  • 4.0 more than 65536 Glyphs and metrics supported[11]
  • 4.3 major speed up[12]
  • 5.0 BE Fonts support[13]
  • 5.2 Unicode 15 support[14]
  • 7.0 introduced new APIs, new command-line utility, font emboldening support and reduced memory usage[15]
  • 8.0 introduced support for using WebAssembly-based shaper embedded in fonts[16]

Users

Most applications don't use HarfBuzz directly, but use a UI toolkit library that integrates with it.

HarfBuzz is used by the UI libraries of:

HarfBuzz is used directly by the applications:

See also

Шаблон:Portal

Graphite (smart font technology)
A programmable Unicode-compliant smart-font technology and rendering system developed by SIL International
Uniscribe and DirectWrite
Two APIs that provide similar functionality on Microsoft Windows platform (HarfBuzz can be used instead of them on Windows also)
Core Text
An API provides similar functionality on macOS (HarfBuzz can be used instead of it on macOS also)

References

Шаблон:Reflist

External links

Шаблон:Freedesktop.org Шаблон:Free and open-source typography