| blob.rs |
|
5264 |
- |
| buffer.rs |
|
11172 |
- |
| direction.rs |
|
2761 |
- |
| language.rs |
|
4059 |
- |
| lib.rs |
HarfBuzz is a text shaping engine. It solves the problem of selecting
and positioning glyphs from a font given a Unicode string.
## 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.)
- `std` - Enable certain functions that require the standard library. (Enabled by default.)
- `bundled` - Use the bundled copy of the harfbuzz library rather than one installed on the system. |
1915 |
0 % |
| unicode_funcs.rs |
|
13852 |
57 % |
| version.rs |
|
1521 |
- |