|
NAMEFcLangSetEqual - test for matching langsetsSYNOPSIS#include <fontconfig/fontconfig.h> FcBool FcLangSetEqual (const FcLangSet *ls_a, const FcLangSet *ls_b); DESCRIPTIONReturns FcTrue if and only if ls_a supports precisely the same language and territory combinations as ls_b.
Visit the GSP FreeBSD Man Page Interface. |