FcCharSetIsSubset
Section: (3)Updated: 16 April 2007
Index Return to Main Contents
NAME
FcCharSetIsSubset - Test for charset inclusionSYNOPSIS
#include <fontconfig.h>
FcBool FcCharSetIsSubset (const FcCharSet *a, const FcCharSet *b);
DESCRIPTION
Returns whether a is a subset of b.
VERSION
Fontconfig version 2.4.2


