https://github.com/harfbuzz/icu-le-hb
ICU Layout Engine API on top of HarfBuzz shaping library
https://github.com/harfbuzz/icu-le-hb
Last synced: about 1 year ago
JSON representation
ICU Layout Engine API on top of HarfBuzz shaping library
- Host: GitHub
- URL: https://github.com/harfbuzz/icu-le-hb
- Owner: harfbuzz
- License: other
- Created: 2012-09-19T19:25:18.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2025-06-16T14:03:42.000Z (about 1 year ago)
- Last Synced: 2025-06-20T03:28:01.300Z (about 1 year ago)
- Language: C++
- Size: 124 KB
- Stars: 40
- Watchers: 9
- Forks: 24
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
This is icu-le-hb, a library implementing the ICU Layout Engine (icu-le) API
using external HarfBuzz library for implementation. This is useful as a
compatibility layer to make applications using ICU Layout Engine to use
HarfBuzz without porting them to use the HarfBuzz API.
The code is mostly a trimmed down version of icu/source/layout, with all
shapers stripped out, and HarfBuzz integrated. For license information
see COPYING.