2010-03-25 15:45:57 -06:00
|
|
|
.\\" auto-generated by docbook2man-spec $Revision: 1.3 $
|
|
|
|
.TH "FcCharSetFirstPage" "3" "18 November 2009" "" ""
|
2006-11-25 11:41:30 -07:00
|
|
|
.SH NAME
|
|
|
|
FcCharSetFirstPage \- Start enumerating charset contents
|
|
|
|
.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 FcCharSetFirstPage(const FcCharSet *\fIa\fB);
|
|
|
|
(FcChar32[FC_CHARSET_MAP_SIZE] \fImap\fB);
|
|
|
|
(FcChar32 *\fInext\fB);
|
|
|
|
\fR.fi
|
2006-11-25 11:41:30 -07:00
|
|
|
.SH "DESCRIPTION"
|
|
|
|
.PP
|
|
|
|
Builds an array of bits marking the first page of Unicode coverage of
|
|
|
|
\fIa\fR\&. Returns the base of the array. \fInext\fR contains the next page in the
|
|
|
|
font.
|
|
|
|
.SH "VERSION"
|
|
|
|
.PP
|
2010-03-25 15:45:57 -06:00
|
|
|
Fontconfig version 2.8.0
|