1Gtk2::PrintContext(3) User Contributed Perl DocumentationGtk2::PrintContext(3)
2
3
4
6 Gtk2::PrintContext
7
9 Glib::Object
10 +----Gtk2::PrintContext
11
13 cairo_t = $context->get_cairo_context
14
15 $context->set_cairo_context ($cr, $dpi_x, $dpi_y)
16
17 * $cr (cairo_t)
18 * $dpi_x (double)
19 * $dpi_y (double)
20
21 context = $context->create_pango_context
22
23 layout = $context->create_pango_layout
24
25 double = $context->get_dpi_x
26
27 double = $context->get_dpi_y
28
29 double = $context->get_height
30
31 pagesetup = $context->get_page_setup
32
33 fontmap = $context->get_pango_fontmap
34
35 double = $context->get_width
36
38 Gtk2, Glib::Object
39
41 Copyright (C) 2003-2007 by the gtk2-perl team.
42
43 This software is licensed under the LGPL. See Gtk2 for a full notice.
44
45
46
47perl v5.8.8 2007-03-18 Gtk2::PrintContext(3)