mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-02-05 08:02:05 +00:00
16 lines
388 B
Groff
16 lines
388 B
Groff
.\\" auto-generated by docbook2man-spec $Revision: 1.2 $
|
|
.TH "FcCharSetCount" "3" "18 November 2009" "" ""
|
|
.SH NAME
|
|
FcCharSetCount \- Count entries in a charset
|
|
.SH SYNOPSIS
|
|
.nf
|
|
\fB#include <fontconfig.h>
|
|
.sp
|
|
FcChar32 FcCharSetCount(const FcCharSet *\fIa\fB);
|
|
\fR.fi
|
|
.SH "DESCRIPTION"
|
|
.PP
|
|
Returns the total number of unicode chars in \fIa\fR\&.
|
|
.SH "VERSION"
|
|
.PP
|
|
Fontconfig version 2.8.0
|