www.LinuxHowtos.org





FcCharSetIntersect

Section: (3)
Updated: 05 8月 2016
Index Return to Main Contents
 

NAME

FcCharSetIntersect - Intersect charsets  

SYNOPSIS

#include <fontconfig/fontconfig.h>

FcCharSet * FcCharSetIntersect (const FcCharSet *a, const FcCharSet *b);
 

DESCRIPTION

Returns a set including only those chars found in both a and b.


 

Index

NAME
SYNOPSIS
DESCRIPTION