table of contents
other versions
- Tumbleweed 2.16.0-1.3
- Leap-16.0
- Leap-15.6
FcPatternFilter(3) | FcPatternFilter(3) |
NAME¶
FcPatternFilter - Filter the objects of pattern
SYNOPSIS¶
#include <fontconfig/fontconfig.h> FcPattern * FcPatternFilter (FcPattern *p, const FcObjectSet *os);
DESCRIPTION¶
Returns a new pattern that only has those objects from p that are in os. If os is NULL, a duplicate of p is returned.
18 1月 2025 | Fontconfig 2.16.0 |