# 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.