From 01349b9ef6fefeb73aa3883e6d31d61da04884eb Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 22 Jul 2022 19:10:53 +0200 Subject: Add LIBFONTS_ANTIALIASING_GREYSCALE_FORCED MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libfonts.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libfonts.h b/libfonts.h index 741c4f5..2d8e94d 100644 --- a/libfonts.h +++ b/libfonts.h @@ -25,6 +25,12 @@ enum libfonts_antialiasing { */ LIBFONTS_ANTIALIASING_GREYSCALE, + /** + * Use greyscale-antialiasing regardless + * of other settings + */ + LIBFONTS_ANTIALIASING_GREYSCALE_FORCED, + /** * Use subpixel rendering */ -- cgit v1.2.3-70-g09d2