25 releases
0.6.1 | Apr 23, 2024 |
---|---|
0.5.0 | Jul 29, 2020 |
0.3.4 | Jan 9, 2020 |
0.3.3 | Nov 18, 2019 |
0.1.2 | Nov 25, 2015 |
#843 in Text processing
17,776 downloads per month
Used in 38 crates
(10 directly)
2MB
46K
SLoC
Contains (obscure autoconf code, 16KB) harfbuzz/configure.ac
HarfBuzz is a text shaping engine. It solves the problem of selecting and positioning glyphs from a font given a Unicode string.
This crate provides low-level bindings to the C API.
Features
-
freetype
- Enables bindings to the FreeType font engine. (Enabled by default.) -
coretext
- Enables bindings to the CoreText font engine. (Apple platforms only) (Enabled by default.) -
directwrite
- Enables bindings to the DirectWrite font engine. (Windows only) (Enabled by default.) -
bundled
- Use the bundled copy of the harfbuzz library rather than one installed on the system.
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or https://opensource.org/licenses/MIT)
at your option.
Contribution
Contributions are welcome by pull request.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Dependencies
~0–2.9MB
~59K SLoC