27 lines
856 B
Groff
27 lines
856 B
Groff
|
.\" This manpage has been automatically generated by docbook2man
|
||
|
.\" from a DocBook document. This tool can be found at:
|
||
|
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
||
|
.\" Please send any bug reports, improvements, comments, patches,
|
||
|
.\" etc. to Steve Cheng <steve@ggi-project.org>.
|
||
|
.TH "FcCharSetCoverage" "3" "31 May 2008" "" ""
|
||
|
|
||
|
.SH NAME
|
||
|
FcCharSetCoverage \- DEPRECATED return coverage for a Unicode page
|
||
|
.SH SYNOPSIS
|
||
|
.sp
|
||
|
\fB#include <fontconfig.h>
|
||
|
.sp
|
||
|
FcChar32 FcCharSetCoverage (const FcCharSet *\fIa\fB, FcChar32\fIpage\fB, FcChar32[8]\fIresult\fB);
|
||
|
\fR
|
||
|
.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.6.0
|