From 1d57e682c56dab2eade6fb9595d1e1737064dec3 Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Thu, 15 Jun 2023 14:30:34 +0300 Subject: vcl: Document SAL_NON_APPLICATION_FONT_USE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I3d5f691a35a3e79d3ae6774f71aafbc66214ecc4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153116 Tested-by: Jenkins Reviewed-by: خالد حسني --- vcl/README.vars.md | 1 + 1 file changed, 1 insertion(+) (limited to 'vcl') diff --git a/vcl/README.vars.md b/vcl/README.vars.md index c83ca657ef9f..a2ede5a40855 100644 --- a/vcl/README.vars.md +++ b/vcl/README.vars.md @@ -12,6 +12,7 @@ These are the general environment variables used in the VCL: * `SAL_USE_SYSTEM_LOOP` - calls std::abort on nested event loop calls. Currently just for Qt with many crashes. WIP. * `SAL_NO_FONT_LOOKUP` - disable font search and fallback and always use a hard-coded font name (for some unit tests) +* `SAL_NON_APPLICATION_FONT_USE` - control use of non-bundled fonts, values are `deny` or `abort` * `LO_COLLECT_UIINFO` - enable the uitesting logging, value is expected to be a relative file name that will be used to write the log under `instdir/uitest/`. -- cgit