chore: keep GDI fontengine on Windows for now (#5710)

This commit is contained in:
nerix
2024-11-12 23:20:40 +01:00
committed by GitHub
parent 63f363e5a9
commit eeb797c03f
9 changed files with 17 additions and 9 deletions
+1
View File
@@ -32,6 +32,7 @@ option(BUILD_TRANSLATIONS "" OFF)
option(BUILD_SHARED_LIBS "" OFF)
option(CHATTERINO_LTO "Enable LTO for all targets" OFF)
option(CHATTERINO_PLUGINS "Enable ALPHA plugin support in Chatterino" OFF)
option(CHATTERINO_USE_GDI_FONTENGINE "Use the legacy GDI fontengine instead of the new DirectWrite one on Windows (Qt 6.8.0 and later)" ON)
option(CHATTERINO_UPDATER "Enable update checks" ON)
mark_as_advanced(CHATTERINO_UPDATER)