feat: add optional improved text wrapping (#6265)

See the cmake flag `CHATTERINO_ALLOW_PRIVATE_QT_API` for details on how to test this.
This commit is contained in:
nerix
2025-07-20 17:01:06 +02:00
committed by GitHub
parent 1ed5a32fd1
commit 971c380681
5 changed files with 97 additions and 3 deletions
+1
View File
@@ -30,6 +30,7 @@ option(BUILD_SHARED_LIBS "" OFF)
option(CHATTERINO_LTO "Enable LTO for all targets" OFF)
option(CHATTERINO_PLUGINS "Enable ALPHA plugin support in Chatterino" ON)
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_ALLOW_PRIVATE_QT_API "Allow uses of Qt's private API - when enabling this, Chatterino must use the EXACT Qt version it was compiled against" OFF)
option(CHATTERINO_UPDATER "Enable update checks" ON)
mark_as_advanced(CHATTERINO_UPDATER)