table of contents
FcCharSetIsSubset(3) | FcCharSetIsSubset(3) |
NAME¶
FcCharSetIsSubset - Test for charset inclusion
SYNOPSIS¶
#include <fontconfig/fontconfig.h> FcBool FcCharSetIsSubset (const FcCharSet *a, const FcCharSet *b);
DESCRIPTION¶
Returns whether a is a subset of b.
06 3月 2018 | Fontconfig 2.13.0 |