table of contents
other versions
- Tumbleweed 2.16.0-1.3
- Leap-16.0
- Leap-15.6
| FcCharSetSubtractCount(3) | FcCharSetSubtractCount(3) |
NAME¶
FcCharSetSubtractCount - Subtract and count charsets
SYNOPSIS¶
#include <fontconfig/fontconfig.h> FcChar32 FcCharSetSubtractCount (const FcCharSet *a, const FcCharSet *b);
DESCRIPTION¶
Returns the number of chars that are in a but not in b.
| 18 1月 2025 | Fontconfig 2.16.0 |