logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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