logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

FcLangSetHasLang - test langset for language support

Description

FcLangSetHasLang checks whether ls supports lang. If ls has a matching language and territory pair, this function returns FcLangEqual. If ls has a matching language but differs in which territory that language is for, this function returns FcLangDifferentTerritory. If ls has no matching language, this function returns FcLangDifferentLang. Fontconfig 2.15.0 04 July 2025 FcLangSetHasLang(3)

Name

FcLangSetHasLang - test langset for language support

Synopsis

#include<fontconfig/fontconfig.h>FcLangResultFcLangSetHasLang(constFcLangSet*ls,constFcChar8*lang);

See Also