.\" 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" "24 August 2019" "Fontconfig 2.13.1" "" .SH NAME FcPatternFilter \- Filter the objects of pattern .SH SYNOPSIS .sp \fB#include .sp FcPattern * FcPatternFilter (FcPattern *\fIp\fB, const FcObjectSet *\fI\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.