fcft 0.1.0

Bindings to fcft: library for font loading and glyph rasterization
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# fcft

Rust bindings to [fcft](https://codeberg.org/dnkl/fcft), a font library for
loading and glyph rasterization using FontConfig, FreeType and pixman

This library currently implements enough bindings for simple single-line text:
UI labels, titles, page numbers, possibly truncated with an ellipsis, never
wrapped.

See the [API documentation](https://docs.rs/fcft/) for details.

Raw bindings come from the [`fcft-sys`](https://git.sr.ht/~whynothugo/fcft-sys)
crate, re-exported as `fcft::ffi`.

## Licence

Licensed under the ISC licence.