text: Enable text-use-harfbuzz by default, if compiled in

See #1591
This commit is contained in:
rdb 2024-01-23 16:47:50 +01:00
parent 23772c4722
commit 0dad38d089

View File

@ -62,7 +62,11 @@ ConfigVariableBool text_kerning
"is true, since HarfBuzz offers superior kerning support."));
ConfigVariableBool text_use_harfbuzz
#ifdef HAVE_HARFBUZZ
("text-use-harfbuzz", true,
#else
("text-use-harfbuzz", false,
#endif
PRC_DESC("Set this true to enable HarfBuzz support, which offers superior "
"text shaping and better support for non-Latin text."));