sync with OpenBSD -current

This commit is contained in:
purplerain 2025-01-10 01:40:29 +00:00
parent 4b49aefbb1
commit 1fd36b57f8
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
945 changed files with 81965 additions and 59988 deletions

View file

@ -1,5 +1,5 @@
.\" auto-generated by docbook2man-spec from docbook-utils package
.TH "FcConfigBuildFonts" "3" "21 10月 2022" "Fontconfig 2.14.1" ""
.TH "FcConfigBuildFonts" "3" "22 12月 2023" "Fontconfig 2.15.0" ""
.SH NAME
FcConfigBuildFonts \- Build font database
.SH SYNOPSIS
@ -11,6 +11,12 @@ FcBool FcConfigBuildFonts (FcConfig *\fIconfig\fB);
.SH "DESCRIPTION"
.PP
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 \fIconfig\fR is NULL, the current configuration is used.
any changes to the configuration after this call (through
\fBFcConfigParseAndLoad\fR or
\fBFcConfigParseAndLoadFromMemory\fR) have indeterminate
effects. (On the other hand, application fonts can still be modified
through \fBFcConfigAppFontAddFile\fR,
\fBFcConfigAppFontAddDir\fR and
\fBFcConfigAppFontClear\fR). Returns FcFalse if this operation
runs out of memory. If \fIconfig\fR is NULL, the current
configuration is used.