|
3 | 3 | # harfbuzz |
4 | 4 |
|
5 | 5 | [](https://github.com/servo/rust-harfbuzz/actions) |
6 | | -[](https://crates.io/crates/harfbuzz) |
| 6 | +[](https://crates.io/crates/harfbuzz) |
7 | 7 | [](https://docs.rs/harfbuzz) |
8 | 8 |
|
9 | 9 | </div> |
10 | 10 |
|
11 | | -[HarfBuzz](https://harfbuzz.github.io/) is a text shaping engine. It |
12 | | -solves the problem of selecting and positioning glyphs from a font |
13 | | -given a Unicode string. |
| 11 | +[HarfBuzz](https://harfbuzz.github.io/) is a text shaping engine. It solves the |
| 12 | +problem of selecting and positioning glyphs from a font given a Unicode string. |
14 | 13 |
|
15 | 14 | This crate provides a higher level API (than the |
16 | 15 | [raw C bindings](https://crates.io/crates/harfbuzz-sys)). |
17 | 16 |
|
18 | 17 | ## Features |
19 | 18 |
|
20 | | -- `freetype` - Enables bindings to the FreeType font engine. (Enabled by default.) |
21 | | -- `coretext` - Enables bindings to the CoreText font engine. (Apple platforms only) (Enabled by default.) |
22 | | -- `directwrite` - Enables bindings to the DirectWrite font engine. (Windows only) (Enabled by default.) |
23 | | - |
24 | | -- `bundled` - Use the bundled copy of the harfbuzz library rather than one installed on the system. |
| 19 | +- `freetype` - Enables bindings to the FreeType font engine. (Enabled by |
| 20 | + default.) |
| 21 | +- `coretext` - Enables bindings to the Core Text font engine (Apple platforms |
| 22 | + only). (Enabled by default.) |
| 23 | +- `directwrite` - Enables bindings to the DirectWrite font engine (Windows |
| 24 | + only). (Enabled by default.) |
| 25 | +- `bundled` - Use the bundled copy of the HarfBuzz library rather than one |
| 26 | + installed on the system. |
25 | 27 |
|
26 | 28 | ## License |
27 | 29 |
|
28 | 30 | Licensed under either of |
29 | 31 |
|
30 | | -- Apache License, Version 2.0 |
31 | | - ([LICENSE-APACHE](LICENSE-APACHE) or <https://www.apache.org/licenses/LICENSE-2.0>) |
32 | | -- MIT license |
33 | | - ([LICENSE-MIT](LICENSE-MIT) or <https://opensource.org/licenses/MIT>) |
| 32 | +- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or |
| 33 | + <https://www.apache.org/licenses/LICENSE-2.0>) |
| 34 | +- MIT license ([LICENSE-MIT](LICENSE-MIT) or |
| 35 | + <https://opensource.org/license/mit>) |
34 | 36 |
|
35 | 37 | at your option. |
36 | 38 |
|
|
0 commit comments