config: add tweak.scaling-filter

Use the new fcft_set_scaling_filter() API to use a non-default scaling
filter.

By default, we use lanczo3, the ‘best’ filter. This overrides the
default in fcft, which is ‘cubic’ filtering.
This commit is contained in:
Daniel Eklöf 2020-09-13 17:59:56 +02:00
parent 6a9725c7a6
commit 51a7e44fa2
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
6 changed files with 46 additions and 2 deletions

View file

@ -160,6 +160,7 @@ struct config {
bool hold_at_exit;
struct {
enum fcft_scaling_filter fcft_filter;
bool allow_overflowing_double_width_glyphs;
bool render_timer_osd;
bool render_timer_log;