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

FcLangSetCompare - compare language sets

Description

FcLangSetCompare compares language coverage for ls_a and ls_b. If they share any language and territory pair, this function returns FcLangEqual. If they share a language but differ in which territory that language is for, this function returns FcLangDifferentTerritory. If they share no languages in common, this function returns FcLangDifferentLang. Fontconfig 2.15.0 04 July 2025 FcLangSetCompare(3)

Name

FcLangSetCompare - compare language sets

Synopsis

#include<fontconfig/fontconfig.h>FcLangResultFcLangSetCompare(constFcLangSet*ls_a,constFcLangSet*ls_b);

See Also