FcCharSetSubtractCount
Section: (3)Updated: 16 April 2007
Index Return to Main Contents
NAME
FcCharSetSubtractCount - Subtract and count charsetsSYNOPSIS
#include <fontconfig.h>
FcChar32 FcCharSetSubtractCount (const FcCharSet *a, const FcCharSet *b);
DESCRIPTION
Returns the number of chars that are in a but not in b.
VERSION
Fontconfig version 2.4.2


