FcLangSetEqual
test for matching langsets
- Provided by: libfontconfig1-dev (Version: 2.13.1-2ubuntu3)
- Source: fontconfig
- Report a bug
test for matching langsets
#include <fontconfig/fontconfig.h>
FcBool FcLangSetEqual (const FcLangSet *ls_a, const FcLangSet *ls_b);
Returns FcTrue if and only if ls_a supports precisely the same language and territory combinations as ls_b.