vcl/README.vars.md | 1 + 1 file changed, 1 insertion(+) New commits: commit 1d57e682c56dab2eade6fb9595d1e1737064dec3 Author: Khaled Hosny <kha...@libreoffice.org> AuthorDate: Thu Jun 15 14:30:34 2023 +0300 Commit: خالد حسني <kha...@libreoffice.org> CommitDate: Sun Jun 18 14:38:08 2023 +0200
vcl: Document SAL_NON_APPLICATION_FONT_USE Change-Id: I3d5f691a35a3e79d3ae6774f71aafbc66214ecc4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153116 Tested-by: Jenkins Reviewed-by: خالد حسني <kha...@libreoffice.org> 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/`.