pangoScriptForUnichar {RGtk2} | R Documentation |
Looks up the PangoScript
for a particular character (as defined by
Unicode Standard Annex 24
). No check is made for ch
being a
valid Unicode character; if you pass in invalid character, the
result is undefined.
pangoScriptForUnichar(ch)
|
[numeric] a Unicode character |
Since 1.4
[PangoScript
] the PangoScript
for the character.
Derived by RGtkGen from GTK+ documentation