2010-03-25 15:45:57 -06:00
|
|
|
.\\" auto-generated by docbook2man-spec $Revision: 1.3 $
|
|
|
|
.TH "FcCharSetIntersectCount" "3" "18 November 2009" "" ""
|
2006-11-25 11:41:30 -07:00
|
|
|
.SH NAME
|
|
|
|
FcCharSetIntersectCount \- Intersect and count charsets
|
|
|
|
.SH SYNOPSIS
|
2010-03-25 15:45:57 -06:00
|
|
|
.nf
|
2006-11-25 11:41:30 -07:00
|
|
|
\fB#include <fontconfig.h>
|
|
|
|
.sp
|
2010-03-25 15:45:57 -06:00
|
|
|
FcChar32 FcCharSetIntersectCount(const FcCharSet *\fIa\fB);
|
|
|
|
(const FcCharSet *\fIb\fB);
|
|
|
|
\fR.fi
|
2006-11-25 11:41:30 -07:00
|
|
|
.SH "DESCRIPTION"
|
|
|
|
.PP
|
|
|
|
Returns the number of chars that are in both \fIa\fR and \fIb\fR\&.
|
|
|
|
.SH "VERSION"
|
|
|
|
.PP
|
2010-03-25 15:45:57 -06:00
|
|
|
Fontconfig version 2.8.0
|