table of contents
other versions
- trixie 2.15.0-2.3
- testing 2.15.0-2.4
- unstable 2.15.0-2.4
- experimental 2.17.1-1
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 September 2025 | Fontconfig 2.17.1 |