Skip to main content

Module font

Module font 

Source
Expand description

Font rendering over the shared glyph rasterizer (truce_font::raster, skrifa + tiny-skia).

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
Draw text into an RGBA pixel buffer.
text_width
Measure text width in pixels.