r1182.htmlPrev r1232.htmlNext FcCharSetIntersect
Name
FcCharSetIntersect -- Intersect charsets Synopsis
#include <fontconfig.h>
	
FcCharSet * FcCharSetIntersect(const FcCharSet *a, const FcCharSet *b);
Description
Returns a set including only those chars found in both
a and b.
	    
Version
Fontconfig version 2.3.91
	    
r1182.htmlPrev index.htmlHome r1232.htmlNext FcCharSetEqual x93.html#AEN1087Up FcCharSetUnion 