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

FreeBSD Manual Pages

  
 
  

home | help
FcLangSetHasLang(3)					     FcLangSetHasLang(3)

NAME
     FcLangSetHasLang - test langset for language support

SYNOPSIS
     #include <fontconfig/fontconfig.h>

     FcLangResult FcLangSetHasLang (const FcLangSet *ls, const FcChar8 *lang);

DESCRIPTION
     FcLangSetHasLang checks whether ls supports lang. If ls has a matching lan-
     guage  and  territory  pair, this function returns FcLangEqual. If ls has a
     matching language but differs in which territory that language is for, this
     function returns FcLangDifferentTerritory. If ls has no matching  language,
     this function returns FcLangDifferentLang.

Fontconfig 2.17.1		  02 July 2025		     FcLangSetHasLang(3)

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

home | help