1Gtk2::PrintContext(3) User Contributed Perl DocumentationGtk2::PrintContext(3)
2
3
4
6 Gtk2::PrintContext
7
9 Glib::Object
10 +----Gtk2::PrintContext
11
13 context = $context->get_cairo_context
14 $context->set_cairo_context ($cr, $dpi_x, $dpi_y)
15 · $cr (Cairo::Context)
16
17 · $dpi_x (double)
18
19 · $dpi_y (double)
20
21 context = $context->create_pango_context
22 layout = $context->create_pango_layout
23 double = $context->get_dpi_x
24 double = $context->get_dpi_y
25 double = $context->get_height
26 pagesetup = $context->get_page_setup
27 fontmap = $context->get_pango_fontmap
28 double = $context->get_width
30 Gtk2, Glib::Object
31
33 Copyright (C) 2003-2008 by the gtk2-perl team.
34
35 This software is licensed under the LGPL. See Gtk2 for a full notice.
36
37
38
39perl v5.12.0 2010-05-02 Gtk2::PrintContext(3)