Query: fclangsethaslang
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FcLangSetHasLang(3) FcLangSetHasLang(3)NAMEFcLangSetHasLang - test langset for language supportSYNOPSIS#include <fontconfig.h> FcLangResult FcLangSetHasLang (const FcLangSet *ls, const FcChar8 *lang);DESCRIPTIONFcLangSetHasLang checks whether ls supports lang. If ls has a matching language 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.VERSIONFontconfig version 2.9.0 16 April 2012 FcLangSetHasLang(3)