Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
FcLangSetCompare(3)					     FcLangSetCompare(3)

NAME
     FcLangSetCompare - compare language sets

SYNOPSIS
     #include <fontconfig/fontconfig.h>

     FcLangResult FcLangSetCompare (const FcLangSet *ls_a, const FcLangSet *ls_b);

DESCRIPTION
     FcLangSetCompare  compares  language  coverage  for  ls_a and ls_b. If they
     share any language and territory pair, this function  returns  FcLangEqual.
     If  they  share  a  language but differ in which territory that language is
     for, this function returns FcLangDifferentTerritory. If they share no  lan-
     guages in common, this function returns FcLangDifferentLang.

Fontconfig 2.17.1		  02 July 2025		     FcLangSetCompare(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=FcLangSetCompare&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help