www.LinuxHowtos.org
FcCharSetIsSubset
Section: (3)Updated: 05 8月 2016
Index Return to Main Contents
NAME
FcCharSetIsSubset - Test for charset inclusionSYNOPSIS
#include <fontconfig/fontconfig.h> FcBool FcCharSetIsSubset (const FcCharSet *a, const FcCharSet *b);
DESCRIPTION
Returns whether a is a subset of b.