1FcLangSetAdd(3) FcLangSetAdd(3)
23
4
NAME
6FcLangSetAdd - add a language to a langset
7
SYNOPSIS
9#include <fontconfig/fontconfig.h>
1011
FcBool FcLangSetAdd (FcLangSet *ls, const FcChar8 *lang);
12
DESCRIPTION
14lang is added to ls. lang should be of the form Ll-Tt where Ll is a
15two or three letter language from ISO 639 and Tt is a territory from
16ISO 3166.
1718
19
20
Fontconfig 2.14.2 27 1月 2023 FcLangSetAdd(3)