Skip to main content

Module font

Module font 

Source
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
JetBrains Mono 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.