1FcLangSetDel(3) FcLangSetDel(3)
23
4
NAME
6FcLangSetDel - delete a language from a langset
7
SYNOPSIS
9#include <fontconfig/fontconfig.h>
1011
FcBool FcLangSetDel (FcLangSet *ls, const FcChar8 *lang);
12
DESCRIPTION
14lang is removed from ls. lang should be of the form Ll-Tt where Ll is
15a two or three letter language from ISO 639 and Tt is a territory from
16ISO 3166.
17
SINCE
19version 2.9.0
2021
22
23
Fontconfig 2.13.1 30 8月 2018 FcLangSetDel(3)