diff options
author | Akira TAGOH <akira@tagoh.org> | 2012-09-10 16:09:04 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2013-01-09 12:21:33 +0900 |
commit | 8e8a99ae8a1c2e56c42093bee577d6de66248366 (patch) | |
tree | c72764e7ada3ce9dd059fb29095ecede32fbe24a /doc | |
parent | 16fd965171808c10f87d097f678ee9e10771be72 (diff) |
Bug 29312 - RFE: feature to indicate which characters are missing to satisfy the language support
Add fc-validate to check the language coverage in a font.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/fclangset.fncs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/fclangset.fncs b/doc/fclangset.fncs index e2a40b85..c08d60c7 100644 --- a/doc/fclangset.fncs +++ b/doc/fclangset.fncs @@ -178,6 +178,14 @@ Returns a string set of all languages in <parameter>langset</parameter>. Returns a string set of all known languages. @@ +@RET@ FcChar8 * +@FUNC@ FcLangNormalize +@TYPE1@ const FcChar8 * @ARG1@ lang +@PURPOSE@ Normalize the language string +@DESC@ +Returns a string to make <parameter>lang</parameter> suitable on fontconfig. +@@ + @RET@ const FcCharSet * @FUNC@ FcLangGetCharSet @TYPE1@ const FcChar8 * @ARG1@ lang |