pango-Scripts {RGtk2}R Documentation

Scripts

Description

Identifying writing systems

Methods and Functions

pangoScriptForUnichar(ch)
pangoScriptGetSampleLanguage(script)
pangoLanguageIncludesScript(object, script)
pangoScriptIterNew(text, length)
pangoScriptIterGetRange(object)
pangoScriptIterNext(object)

Detailed Description

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.

Structures

PangoScriptIter
A PangoScriptIter is used to iterate through a string and identify ranges in different scripts.

Enums and Flags

PangoScript
The 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
a value never returned from pangoScriptForUnichar
common
a character used by multiple different scripts
inherited
a mark glyph that takes its script from the base glyph to which it is attached
arabic
Arabic
armenian
Armenian
bengali
Bengali
bopomofo
Bopomofo
cherokee
Cherokee
coptic
Coptic
cyrillic
Cyrillic
deseret
Deseret
devanagari
Devanagari
ethiopic
Ethiopic
georgian
Georgian
gothic
Gothic
greek
Greek
gujarati
Gujarati
gurmukhi
Gurmukhi
han
Han
hangul
Hangul
hebrew
Hebrew
hiragana
Hiragana
kannada
Kannada
katakana
Katakana
khmer
Khmer
lao
Lao
latin
Latin
malayalam
Malayalam
mongolian
Mongolian
myanmar
Myanmar
ogham
Ogham
old-italic
Old Italic
oriya
Oriya
runic
Runic
sinhala
Sinhala
syriac
Syriac
tamil
Tamil
telugu
Telugu
thaana
Thaana
thai
Thai
tibetan
Tibetan
canadian-aboriginal
Canadian Aboriginal
yi
Yi
tagalog
Tagalog
hanunoo
Hanunoo
buhid
Buhid
tagbanwa
Tagbanwa
braille
Braille
cypriot
Cypriot
limbu
Limbu
osmanya
Osmanya
shavian
Shavian
linear-b
Linear B
tai-le
Tai Le
ugaritic
Ugaritic
new-tai-lue
New Tai Lue
buginese
Buginese
glagolitic
Glagolitic
tifinagh
Tifinagh
syloti-nagri
Syloti Nagri
old-persian
Old Persian
kharoshthi
Kharoshthi
unknown
an unassigned code point
balinese
Balinese
cuneiform
Cuneiform
phoenician
Phoenician
phags-pa
Phags-pa
nko
N'Ko

Author(s)

Derived by RGtkGen from GTK+ documentation

References

http://developer.gnome.org/doc/API/2.0/pango/pango-Scripts.html


[Package RGtk2 version 2.12.5-3 Index]