6cd6a1d6f1
this uses a patched version of libtool to fix linking on vax.
27 lines
848 B
Groff
27 lines
848 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 "FcLangSetContains" "3" "31 May 2008" "" ""
|
|
|
|
.SH NAME
|
|
FcLangSetContains \- check langset subset relation
|
|
.SH SYNOPSIS
|
|
.sp
|
|
\fB#include <fontconfig.h>
|
|
.sp
|
|
FcBool FcLangSetContains (const FcLangSet *\fIls_a\fB, const FcLangSet *\fIls_b\fB);
|
|
\fR
|
|
.SH "DESCRIPTION"
|
|
.PP
|
|
\fBFcLangSetContains\fR returns FcTrue if
|
|
\fIls_a\fR contains every language in
|
|
\fIls_b\fR\&. \fIls_a\fR will 'contain' a
|
|
language from \fIls_b\fR if \fIls_a\fR
|
|
has exactly the language, or either the language or
|
|
\fIls_a\fR has no territory.
|
|
.SH "VERSION"
|
|
.PP
|
|
Fontconfig version 2.6.0
|