Pango::ScriptIter (3)
Leading comments
Automatically generated by Pod::Man 4.09 (Pod::Simple 3.35) Standard preamble: ========================================================================
NAME
Pango::ScriptIter - used to break a string of Unicode into runs by textHIERARCHY
Glib::Boxed +----Pango::ScriptIter
METHODS
scriptiter = Pango::ScriptIter->new ($text)
- *
- $text (string)
Since: pango 1.4
boolean = $iter->next
Since: pango 1.4list = $iter->get_range
Returns the bounds and the script for the region pointed to by $iter.Since: pango 1.4
SEE ALSO
Pango, Glib::BoxedCOPYRIGHT
Copyright (C) 2003-2011 by the gtk2-perl team.This software is licensed under the
LGPL.
See Pango for a full notice.