c9c2f93b5d
to make room for a BSD make build system.
22 lines
635 B
Groff
22 lines
635 B
Groff
.\" auto-generated by docbook2man-spec from docbook-utils package
|
|
.TH "FcLangSetContains" "3" "10 1月 2013" "" ""
|
|
.SH NAME
|
|
FcLangSetContains \- check langset subset relation
|
|
.SH SYNOPSIS
|
|
.nf
|
|
\fB#include <fontconfig/fontconfig.h>
|
|
.sp
|
|
FcBool FcLangSetContains (const FcLangSet *\fIls_a\fB, const FcLangSet *\fIls_b\fB);
|
|
.fi\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.10.91
|