Description Usage Arguments Details Value Author(s)
Determines the scripts used to to write language
.
If nothing is known about the language tag language
,
or if language
is NULL
, then NULL
is returned.
The list of scripts returned starts with the script that the
language uses most and continues to the one it uses least.
1 | pangoLanguageGetScripts(object)
|
|
[ |
The value num.script
points at will be set to the number
of scripts in the returned list (or zero if NULL
is returned).
Most languages use only one script for writing, but there are
some that use two (Latin and Cyrillic for example), and a few
use three (Japanese for example). Applications should not make
any assumptions on the maximum number of scripts returned
though, except that it is positive if the return value is not
NULL
, and it is a small number.
The pangoLanguageIncludesScript
function uses this function
internally.
Since 1.22
A list containing the following elements:
retval |
[ |
|
[integer] location to return number of scripts, or |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.