diff options
author | Mattias Andrée <maandree@kth.se> | 2022-07-22 19:10:53 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-07-22 19:10:53 +0200 |
commit | 01349b9ef6fefeb73aa3883e6d31d61da04884eb (patch) | |
tree | 95c1aa21ad6842354009225c0c329ae4e0185845 | |
parent | Doc libfonts_antialiasing (diff) | |
download | libfonts-01349b9ef6fefeb73aa3883e6d31d61da04884eb.tar.gz libfonts-01349b9ef6fefeb73aa3883e6d31d61da04884eb.tar.bz2 libfonts-01349b9ef6fefeb73aa3883e6d31d61da04884eb.tar.xz |
Add LIBFONTS_ANTIALIASING_GREYSCALE_FORCED
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | libfonts.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -26,6 +26,12 @@ enum libfonts_antialiasing { LIBFONTS_ANTIALIASING_GREYSCALE, /** + * Use greyscale-antialiasing regardless + * of other settings + */ + LIBFONTS_ANTIALIASING_GREYSCALE_FORCED, + + /** * Use subpixel rendering */ LIBFONTS_ANTIALIASING_SUBPIXEL, |