table of contents
other versions
- Tumbleweed 2.16.0-1.3
- Leap-16.0
- Leap-15.6
| 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.
| 18 1月 2025 | Fontconfig 2.16.0 |