fontloader is a cross-platform Rust library for load fonts, using native font engines whenever possible.
| Platform | Backends |
|---|---|
| Linux | fontconfig |
| BSD | fontconfig |
| Windows | DirectWrite |
| macOS | Core Text |
Since fontloader was originally made solely for rendering monospace fonts in Alacritty, there currently is only very limited support for proportional fonts.
Loading a lot of different fonts might also lead to resource leakage since they are not explicitly dropped from the cache.