1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-24 13:52:55 +03:00
wezterm/wezterm-font
Wez Furlong 58eb8e3614 wezterm-font: move caching of freetype font size into Face
Profiling showed that set_font_size was a hotspot.  While there was
caching of the size info at the shaper layer, it was also needed in
the raster layer, so move it into the raster layer from the shaper
layer.

refs: #353
2020-11-25 09:20:14 -08:00
..
src wezterm-font: move caching of freetype font size into Face 2020-11-25 09:20:14 -08:00
Cargo.toml wezterm-font: cache metrics lookup in harfbuzz shaper 2020-11-24 18:19:49 -08:00