Introduction to Library Functions FcLangSetAdd(3)
NAME
FcLangSetAdd - add a language to a langset
SYNOPSIS
cc [ flag... ] file... -lfontconfig [ library... ]
#include
FcBool FcLangSetAdd(FcLangSet *ls);
(const FcChar8 *lang);DESCRIPTION
lang is added to ls. lang should be of the form Ll-Tt where
Ll is a two or three letter language from ISO 639 and Tt is a territory from ISO 3166. VERSION Fontconfig version 2.8.0ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Availability | system/library/fontconfig ||_____________________________|_____________________________|
| Interface Stability | Volatile ||_____________________________|_____________________________|
| MT-Level | Unknown |
|_____________________________|_____________________________|
SunOS 5.10 Last change: 18 November 2009 1