1Pango::Cairo(3) User Contributed Perl Documentation Pango::Cairo(3)
2
3
4
6 Pango::Cairo
7
9 layout = Pango::Cairo::create_layout ($cr)
10 · $cr (Cairo::Context)
11
12 Pango::Cairo::error_underline_path ($cr, $x, $y, $width, $height)
13 · $cr (Cairo::Context)
14
15 · $x (double)
16
17 · $y (double)
18
19 · $width (double)
20
21 · $height (double)
22
23 Since: pango 1.14
24
25 Pango::Cairo::glyph_string_path ($cr, $font, $glyphs)
26 · $cr (Cairo::Context)
27
28 · $font (Pango::Font)
29
30 · $glyphs (Pango::GlyphString)
31
32 Pango::Cairo::layout_line_path ($cr, $line)
33 · $cr (Cairo::Context)
34
35 · $line (Pango::LayoutLine)
36
37 Pango::Cairo::layout_path ($cr, $layout)
38 · $cr (Cairo::Context)
39
40 · $layout (Pango::Layout)
41
42 Pango::Cairo::show_error_underline ($cr, $x, $y, $width, $height)
43 · $cr (Cairo::Context)
44
45 · $x (double)
46
47 · $y (double)
48
49 · $width (double)
50
51 · $height (double)
52
53 Since: pango 1.14
54
55 Pango::Cairo::show_glyph_string ($cr, $font, $glyphs)
56 · $cr (Cairo::Context)
57
58 · $font (Pango::Font)
59
60 · $glyphs (Pango::GlyphString)
61
62 Pango::Cairo::show_layout ($cr, $layout)
63 · $cr (Cairo::Context)
64
65 · $layout (Pango::Layout)
66
67 Pango::Cairo::show_layout_line ($cr, $line)
68 · $cr (Cairo::Context)
69
70 · $line (Pango::LayoutLine)
71
72 Pango::Cairo::update_context ($cr, $context)
73 · $cr (Cairo::Context)
74
75 · $context (Pango::Context)
76
77 Pango::Cairo::update_layout ($cr, $layout)
78 · $cr (Cairo::Context)
79
80 · $layout (Pango::Layout)
81
83 Pango
84
86 Copyright (C) 2003-2011 by the gtk2-perl team.
87
88 This software is licensed under the LGPL. See Pango for a full notice.
89
90
91
92perl v5.30.1 2020-01-30 Pango::Cairo(3)