]> git.wh0rd.org - fontconfig.git/blobdiff - doc/fclangset.fncs
Add FcGetLangs() and FcLangGetCharSet().
[fontconfig.git] / doc / fclangset.fncs
index 8ae5f5c1c9cd069ac18b11b3625fecb4b9e19f21..3f69f0d3040f0f01843fab81d88714abe4078d7c 100644 (file)
@@ -122,3 +122,19 @@ a matching language but differs in which territory that language is for, this
 function returns FcLangDiffentTerritory. If <parameter>ls</parameter> 
 has no matching language, this function returns FcLangDifferentLang.
 @@
+
+@RET@          FcStrSet *
+@FUNC@         FcGetLangs
+@TYPE1@                void
+@PURPOSE@      Get list of languages
+@DESC@
+Returns a string set of all known languages.
+@@
+
+@RET@          const FcCharSet *
+@FUNC@         FcLangGetCharSet
+@TYPE1@                const FcChar8 *                 @ARG1@          lang
+@PURPOSE@      Get character map for a language
+@DESC@
+Returns the FcCharMap for a language.
+@@