c9c2f93b5d
to make room for a BSD make build system.
17 lines
474 B
Groff
17 lines
474 B
Groff
.\" auto-generated by docbook2man-spec from docbook-utils package
|
|
.TH "FcCharSetIntersectCount" "3" "10 1月 2013" "" ""
|
|
.SH NAME
|
|
FcCharSetIntersectCount \- Intersect and count charsets
|
|
.SH SYNOPSIS
|
|
.nf
|
|
\fB#include <fontconfig/fontconfig.h>
|
|
.sp
|
|
FcChar32 FcCharSetIntersectCount (const FcCharSet *\fIa\fB, const FcCharSet *\fIb\fB);
|
|
.fi\fR
|
|
.SH "DESCRIPTION"
|
|
.PP
|
|
Returns the number of chars that are in both \fIa\fR and \fIb\fR\&.
|
|
.SH "VERSION"
|
|
.PP
|
|
Fontconfig version 2.10.91
|