Expand description
Font rendering using fontdue (TrueType rasterization).
The bundled JetBrains Mono ships in the dedicated truce-font
crate. Advanced users can override the bundled font via Cargo’s
[patch] table on truce-font instead of forking truce-gui.
Statics§
- JETBRAINS_
MONO JetBrainsMono Regular as raw TTF bytes. Suitable for embedding in a plugin GUI as the fallback / canonical truce monospace font.
Functions§
- draw_
text_ fontdue - Draw text into an RGBA pixel buffer.
- text_
width_ fontdue - Measure text width in pixels.