diff options
author | Khaled Hosny <khaled@libreoffice.org> | 2023-06-15 14:30:34 +0300 |
---|---|---|
committer | خالد حسني <khaled@libreoffice.org> | 2023-06-18 14:38:08 +0200 |
commit | 1d57e682c56dab2eade6fb9595d1e1737064dec3 (patch) | |
tree | ae757d208e3bf4637b8690abbe5a4e9e707583be /vcl | |
parent | 9e121f3a6b95dab7525aa1583f810b2b504ce1b3 (diff) |
vcl: Document SAL_NON_APPLICATION_FONT_USE
Change-Id: I3d5f691a35a3e79d3ae6774f71aafbc66214ecc4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153116
Tested-by: Jenkins
Reviewed-by: خالد حسني <khaled@libreoffice.org>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/README.vars.md | 1 |
1 files changed, 1 insertions, 0 deletions
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/`. |