truce-font 0.49.17

Bundled fonts for the truce audio plugin framework. JetBrains Mono is bundled under the SIL Open Font License 1.1.
Documentation
# truce-font

Bundled fonts for the truce audio plugin framework.

Exposes `JETBRAINS_MONO` - JetBrains Mono Regular as `&'static [u8]`
of TTF bytes - for use by the built-in GUI rasterizer (`truce-gui`),
the egui / iced / slint editor backends, and the headless screenshot
rendering pipelines.

## Why a separate crate

Keeps the font's binary payload + license file out of the
framework's main crates.

## License

The wrapper code in this crate is licensed under the **Apache
License, Version 2.0**.

The bundled JetBrains Mono font is itself licensed under the **SIL
Open Font License, Version 1.1**. The full license text is at
`fonts/OFL.txt`. Downstream redistribution must keep the OFL with
the font and preserve its embedded copyright notice
("Copyright 2020 The JetBrains Mono Project Authors").

Part of [truce](https://github.com/truce-audio/truce). [Docs](https://truce.audio/docs/).