6cd6a1d6f1
this uses a patched version of libtool to fix linking on vax.
28 lines
988 B
Groff
28 lines
988 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 "FcLangSetHasLang" "3" "31 May 2008" "" ""
|
|
|
|
.SH NAME
|
|
FcLangSetHasLang \- test langset for language support
|
|
.SH SYNOPSIS
|
|
.sp
|
|
\fB#include <fontconfig.h>
|
|
.sp
|
|
FcLangResult FcLangSetHasLang (const FcLangSet *\fIls\fB, const FcChar8 *\fIlang\fB);
|
|
\fR
|
|
.SH "DESCRIPTION"
|
|
.PP
|
|
\fBFcLangSetHasLang\fR checks whether
|
|
\fIls\fR supports \fIlang\fR\&. If
|
|
\fIls\fR has a matching language and territory pair,
|
|
this function returns FcLangEqual. If \fIls\fR has
|
|
a matching language but differs in which territory that language is for, this
|
|
function returns FcLangDiffentTerritory. If \fIls\fR
|
|
has no matching language, this function returns FcLangDifferentLang.
|
|
.SH "VERSION"
|
|
.PP
|
|
Fontconfig version 2.6.0
|