1FcLangSetAdd(3) FcLangSetAdd(3)
23
4
NAME
6FcLangSetAdd - add a language to a langset
7
SYNOPSIS
9#include <fontconfig.h>
1011
FcBool FcLangSetAdd(FcLangSet *ls);
12(const FcChar8 *lang);
13.fi
14
DESCRIPTION
16lang is added to ls. lang should be of the form Ll-Tt where Ll is a
17two or three letter language from ISO 639 and Tt is a territory from
18ISO 3166.
19
VERSION
21Fontconfig version 2.8.0
2223
24
25
18 November 2009 FcLangSetAdd(3)