1Gtk2::Pango::Context(3)User Contributed Perl DocumentatioGntk2::Pango::Context(3)
2
3
4

NAME

6       Gtk2::Pango::Context
7

HIERARCHY

9         Glib::Object
10         +----Gtk2::Pango::Context
11

METHODS

13       direction = $context->get_base_dir
14
15       $context->set_base_dir ($direction)
16
17           * $direction (Gtk2::Pango::Direction)
18
19       fontdescription = $context->get_font_description
20
21       $context->set_font_description ($desc)
22
23           * $desc (Gtk2::Pango::FontDescription)
24
25       fontmap = $context->get_font_map
26
27       language = $context->get_language
28
29       $context->set_language ($language)
30
31           * $language (Gtk2::Pango::Language)
32
33       @families = $context->list_families
34
35       font = $context->load_font ($desc)
36
37           * $desc (Gtk2::Pango::FontDescription or undef)
38
39       fontset = $context->load_fontset ($desc, $language)
40
41           * $desc (Gtk2::Pango::FontDescription)
42           * $language (Gtk2::Pango::Language or undef)
43
44       matrix or undef = $context->get_matrix
45
46       $context->set_matrix ($matrix)
47
48           * $matrix (Gtk2::Pango::Matrix or undef)
49
50       fontmetrics = $context->get_metrics ($desc, $language)
51
52           * $desc (Gtk2::Pango::FontDescription)
53           * $language (Gtk2::Pango::Language or undef)
54

ENUMS AND FLAGS

56       enum Gtk2::Pango::Direction
57
58       * 'ltr' / 'PANGO_DIRECTION_LTR'
59       * 'rtl' / 'PANGO_DIRECTION_RTL'
60       * 'ttb-ltr' / 'PANGO_DIRECTION_TTB_LTR'
61       * 'ttb-rtl' / 'PANGO_DIRECTION_TTB_RTL'
62       * 'weak-ltr' / 'PANGO_DIRECTION_WEAK_LTR'
63       * 'weak-rtl' / 'PANGO_DIRECTION_WEAK_RTL'
64       * 'neutral' / 'PANGO_DIRECTION_NEUTRAL'
65

SEE ALSO

67       Gtk2, Glib::Object
68
70       Copyright (C) 2003-2007 by the gtk2-perl team.
71
72       This software is licensed under the LGPL.  See Gtk2 for a full notice.
73
74
75
76perl v5.8.8                       2007-03-18           Gtk2::Pango::Context(3)
Impressum