alacritty/alacritty

Implement upscaling for bitmap fonts in font's crate FreeType/Fontconfig backend.

Open

#3,255 opened on Jan 27, 2020

View on GitHub
 (1 comment) (5 reactions) (0 assignees)Rust (3,461 forks)batch import
B - missing featureP - lowS - fonthelp wanted

Repository metrics

Stars
 (64,070 stars)
PR merge metrics
 (Avg merge 1d 6h) (3 merged PRs in 30d)

Description

Fontconfig provides us with fixup factor that we should use to scale bitmap fonts. Currently alacritty can only perform downsampling, however it'll be nice to have upscaling for bitmap fonts, since they often has pixelsizefixupfactor more than 1.

Contributor guide