Table of Contents

Name

FcCharSetIsSubset - Test for charset inclusion

Synopsis

#include <fontconfig.h>

FcBool FcCharSetIsSubset (const FcCharSet *a, const FcCharSet *b);

Description

Returns whether a is a subset of b.

Version

Fontconfig version 2.3.2


Table of Contents