vcl/README.vars.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
New commits: commit adc4836d8b004832dfdd7d44f9d6187549fee868 Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Tue Oct 24 08:54:27 2023 +0200 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Tue Oct 24 11:06:42 2023 +0200 Extend SAL_NON_APPLICATION_FONT_USE documentation Change-Id: Ib3b65436d0703b0e4e691a00ef16b99c561658b9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158370 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sberg...@redhat.com> diff --git a/vcl/README.vars.md b/vcl/README.vars.md index 0fa1a9505cd3..fd92541a1e11 100644 --- a/vcl/README.vars.md +++ b/vcl/README.vars.md @@ -12,7 +12,9 @@ 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` +* `SAL_NON_APPLICATION_FONT_USE` - control use of non-bundled fonts, values are `deny` or `abort`; + for now only works on platforms using fontconfig (i.e., on Linux, but neither on macOS nor on + Windows); also see gb_CppunitTest_set_non_application_font_use for using it in unit tests * `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/`.