1Pango::ScriptIter(3) User Contributed Perl Documentation Pango::ScriptIter(3)
2
3
4
6 Pango::ScriptIter - wrapper for PangoScriptIter
7
9 Glib::Boxed
10 +----Pango::ScriptIter
11
13 scriptiter = Pango::ScriptIter->new ($text)
14 • $text (string)
15
16 Since: pango 1.4
17
18 boolean = $iter->next
19 Since: pango 1.4
20
21 list = $iter->get_range
22 Returns the bounds and the script for the region pointed to by $iter.
23
24 Since: pango 1.4
25
27 Pango, Glib::Boxed
28
30 Copyright (C) 2003-2011 by the gtk2-perl team.
31
32 This software is licensed under the LGPL. See Pango for a full notice.
33
34
35
36perl v5.34.0 2022-01-21 Pango::ScriptIter(3)