Upload tizen 2.0 beta source
[framework/graphics/fontconfig.git] / doc / FcLangSetHasLang.3
1 .\" This manpage has been automatically generated by docbook2man 
2 .\" from a DocBook document.  This tool can be found at:
3 .\" <http://shell.ipoline.com/~elmert/comp/docbook2X/> 
4 .\" Please send any bug reports, improvements, comments, patches, 
5 .\" etc. to Steve Cheng <steve@ggi-project.org>.
6 .TH "FcLangSetHasLang" "3" "11 3月 2012" "" ""
7
8 .SH NAME
9 FcLangSetHasLang \- test langset for language support
10 .SH SYNOPSIS
11 .sp
12 \fB#include <fontconfig.h>
13 .sp
14 FcLangResult FcLangSetHasLang (const FcLangSet *\fIls\fB, const FcChar8 *\fIlang\fB);
15 \fR
16 .SH "DESCRIPTION"
17 .PP
18 \fBFcLangSetHasLang\fR checks whether
19 \fIls\fR supports \fIlang\fR\&. If 
20 \fIls\fR has a matching language and territory pair,
21 this function returns FcLangEqual. If \fIls\fR has
22 a matching language but differs in which territory that language is for, this
23 function returns FcLangDifferentTerritory. If \fIls\fR 
24 has no matching language, this function returns FcLangDifferentLang.
25 .SH "VERSION"
26 .PP
27 Fontconfig version 2.9.0