From 222d058525506e587a45368f10e45e4b80ca541f Mon Sep 17 00:00:00 2001 From: Jean Abou Samra Date: Sat, 15 Apr 2023 14:12:05 +0200 Subject: Some doc clarifications --- doc/fcconfig.fncs | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/doc/fcconfig.fncs b/doc/fcconfig.fncs index d8f0674..df25e2d 100644 --- a/doc/fcconfig.fncs +++ b/doc/fcconfig.fncs @@ -109,9 +109,15 @@ disabled. The previous setting of the value is returned. @PURPOSE@ Build font database @DESC@ Builds the set of available fonts for the given configuration. Note that -any changes to the configuration after this call have indeterminate effects. -Returns FcFalse if this operation runs out of memory. -If config is NULL, the current configuration is used. +any changes to the configuration after this call (through +FcConfigParseAndLoad or +FcConfigParseAndLoadFromMemory) have indeterminate +effects. (On the other hand, application fonts can still be modified +through FcConfigAppFontAddFile, +FcConfigAppFontAddDir and +FcConfigAppFontClear). Returns FcFalse if this operation +runs out of memory. If config is NULL, the current +configuration is used. @@ @RET@ FcStrList * @@ -385,6 +391,12 @@ and parsed. If 'complain' is FcFalse, no warning will be displayed if 'file' does not exist. Error and warning messages will be output to stderr. Returns FcFalse if some error occurred while loading the file, either a parse error, semantic error or allocation failure. Otherwise returns FcTrue. + +After all configuration files / strings have been loaded, with +FcConfigParseAndLoad and/or +FcConfigParseAndLoadFromMemory, call +FcConfigBuildFonts to build the font +database. @@ @RET@ FcBool @@ -400,6 +412,12 @@ and dparsed. If 'complain' is FcFalse, no warning will be displayed if 'file' does not exist. Error and warning messages will be output to stderr. Returns FcFalse if fsome error occurred while loading the file, either a parse error, semantic error or allocation failure. Otherwise returns FcTrue. + +After all configuration files / strings have been loaded, with +FcConfigParseAndLoad and/or +FcConfigParseAndLoadFromMemory, call +FcConfigBuildFonts to build the font +database. @SINCE@ 2.12.5 @@ -- cgit v1.2.1