mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
16 lines
543 B
Groff
Vendored
16 lines
543 B
Groff
Vendored
.\" auto-generated by docbook2man-spec from docbook-utils package
|
|
.TH "FcFontSetAdd" "3" "31 3月 2022" "Fontconfig 2.14.0" ""
|
|
.SH NAME
|
|
FcFontSetAdd \- Add to a font set
|
|
.SH SYNOPSIS
|
|
.nf
|
|
\fB#include <fontconfig/fontconfig.h>
|
|
.sp
|
|
FcBool FcFontSetAdd (FcFontSet *\fIs\fB, FcPattern *\fIfont\fB);
|
|
.fi\fR
|
|
.SH "DESCRIPTION"
|
|
.PP
|
|
Adds a pattern to a font set. Note that the pattern is not copied before
|
|
being inserted into the set. Returns FcFalse if the pattern cannot be
|
|
inserted into the set (due to allocation failure). Otherwise returns FcTrue.
|