table of contents
other versions
- Tumbleweed 2.16.0-1.3
- Leap-16.0
- Leap-15.6
| FcLangSetEqual(3) | FcLangSetEqual(3) |
NAME¶
FcLangSetEqual - test for matching langsets
SYNOPSIS¶
#include <fontconfig/fontconfig.h> FcBool FcLangSetEqual (const FcLangSet *ls_a, const FcLangSet *ls_b);
DESCRIPTION¶
Returns FcTrue if and only if ls_a supports precisely the same language and territory combinations as ls_b.
| 18 1月 2025 | Fontconfig 2.16.0 |