alacritty/alacritty

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

Open

#3255 opened on Jan 27, 2020

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

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