pango-Scripts {RGtk2} | R Documentation |
Identifying writing systems
pangoScriptForUnichar(ch)
pangoScriptGetSampleLanguage(script)
pangoLanguageIncludesScript(object, script)
pangoScriptIterNew(text, length)
pangoScriptIterGetRange(object)
pangoScriptIterNext(object)
The functions in this section are used to identify the writing system, or script of individual characters and of ranges within a larger text string.
PangoScriptIter
PangoScriptIter
is used to iterate through a string
and identify ranges in different scripts.
PangoScript
PangoScript
enumeration identifies different writing
systems. The values correspond to the names as defined in the
Unicode standard.
Note that new types may be added in the future. Applications should be ready
to handle unknown values.
See Unicode Standard Annex
(http://www.unicode.org/reports/tr24/).
invalid-code
pangoScriptForUnichar
common
inherited
arabic
armenian
bengali
bopomofo
cherokee
coptic
cyrillic
deseret
devanagari
ethiopic
georgian
gothic
greek
gujarati
gurmukhi
han
hangul
hebrew
hiragana
kannada
katakana
khmer
lao
latin
malayalam
mongolian
myanmar
ogham
old-italic
oriya
runic
sinhala
syriac
tamil
telugu
thaana
thai
tibetan
canadian-aboriginal
yi
tagalog
hanunoo
buhid
tagbanwa
braille
cypriot
limbu
osmanya
shavian
linear-b
tai-le
ugaritic
new-tai-lue
buginese
glagolitic
tifinagh
syloti-nagri
old-persian
kharoshthi
unknown
balinese
cuneiform
phoenician
phags-pa
nko
Derived by RGtkGen from GTK+ documentation
http://developer.gnome.org/doc/API/2.0/pango/pango-Scripts.html