.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "FcPatternFilter" "3" "2022/03/31" "Fontconfig 2.14.0" ""
.SH NAME
FcPatternFilter \- Filter the objects of pattern
.SH SYNOPSIS
.sp
\fB#include
.sp
FcPattern * FcPatternFilter (FcPattern *\fIp\fB, const FcObjectSet *\fIos\fB);
\fR
.SH "DESCRIPTION"
.PP
Returns a new pattern that only has those objects from
\fIp\fR that are in \fIos\fR\&.
If \fIos\fR is NULL, a duplicate of
\fIp\fR is returned.