24 lines
628 B
Groff
24 lines
628 B
Groff
.\\" auto-generated by docbook2man-spec $Revision: 1.2 $
|
|
.TH "FcCharSetCoverage" "3" "18 November 2009" "" ""
|
|
.SH NAME
|
|
FcCharSetCoverage \- DEPRECATED return coverage for a Unicode page
|
|
.SH SYNOPSIS
|
|
.nf
|
|
\fB#include <fontconfig.h>
|
|
.sp
|
|
FcChar32 FcCharSetCoverage(const FcCharSet *\fIa\fB);
|
|
(FcChar32\fIpage\fB);
|
|
(FcChar32[8]\fIresult\fB);
|
|
\fR.fi
|
|
.SH "DESCRIPTION"
|
|
.PP
|
|
DEPRECATED
|
|
This function returns a bitmask in \fIresult\fR which
|
|
indicates which code points in
|
|
\fIpage\fR are included in \fIa\fR\&.
|
|
\fBFcCharSetCoverage\fR returns the next page in the charset which has any
|
|
coverage.
|
|
.SH "VERSION"
|
|
.PP
|
|
Fontconfig version 2.8.0
|