sync with OpenBSD -current
This commit is contained in:
parent
4b49aefbb1
commit
1fd36b57f8
945 changed files with 81965 additions and 59988 deletions
14
dist/fontconfig/doc/FcConfigBuildFonts.3
vendored
14
dist/fontconfig/doc/FcConfigBuildFonts.3
vendored
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue