This file is indexed.

/usr/lib/x86_64-linux-gnu/perl5/5.24/Pango/Context.pod is in libpango-perl 1.227-1+b1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
=head1 NAME

Pango::Context - Pango object that stores global information used to control the itemization process

=cut

=head1 HIERARCHY

  Glib::Object
  +----Pango::Context



=cut

=for object Pango::Context - Pango object that stores global information used to control the itemization process

=cut




=head1 METHODS

=head2 direction = $context-E<gt>B<get_base_dir> 

=head2 $context-E<gt>B<set_base_dir> ($direction)

=over

=item * $direction (Pango::Direction) 

=back

=head2 gravity = $context-E<gt>B<get_base_gravity> 

Since: pango 1.16

=head2 $context-E<gt>B<set_base_gravity> ($gravity)

=over

=item * $gravity (Pango::Gravity) 

=back

Since: pango 1.16

=head2 fontdescription = $context-E<gt>B<get_font_description> 

=head2 $context-E<gt>B<set_font_description> ($desc)

=over

=item * $desc (Pango::FontDescription) 

=back

=head2 fontmap = $context-E<gt>B<get_font_map> 

Since: pango 1.6

=head2 gravity = $context-E<gt>B<get_gravity> 

Since: pango 1.16

=head2 gravityhint = $context-E<gt>B<get_gravity_hint> 

Since: pango 1.16

=head2 $context-E<gt>B<set_gravity_hint> ($hint)

=over

=item * $hint (Pango::GravityHint) 

=back

Since: pango 1.16

=head2 language = $context-E<gt>B<get_language> 

=head2 $context-E<gt>B<set_language> ($language)

=over

=item * $language (Pango::Language) 

=back

=head2 @families = $context->B<list_families>



=head2 font = $context-E<gt>B<load_font> ($desc)

=over

=item * $desc (Pango::FontDescription or undef) 

=back

=head2 fontset = $context-E<gt>B<load_fontset> ($desc, $language)

=over

=item * $desc (Pango::FontDescription) 

=item * $language (Pango::Language or undef) 

=back

=head2 matrix or undef = $context-E<gt>B<get_matrix> 

Since: pango 1.6

=head2 $context-E<gt>B<set_matrix> ($matrix)

=over

=item * $matrix (Pango::Matrix or undef) 

=back

Since: pango 1.6

=head2 fontmetrics = $context-E<gt>B<get_metrics> ($desc, $language)

=over

=item * $desc (Pango::FontDescription) 

=item * $language (Pango::Language or undef) 

=back



=cut


=head1 ENUMS AND FLAGS

=head2 enum Pango::Direction

=over

=item * 'ltr' / 'PANGO_DIRECTION_LTR'

=item * 'rtl' / 'PANGO_DIRECTION_RTL'

=item * 'ttb-ltr' / 'PANGO_DIRECTION_TTB_LTR'

=item * 'ttb-rtl' / 'PANGO_DIRECTION_TTB_RTL'

=item * 'weak-ltr' / 'PANGO_DIRECTION_WEAK_LTR'

=item * 'weak-rtl' / 'PANGO_DIRECTION_WEAK_RTL'

=item * 'neutral' / 'PANGO_DIRECTION_NEUTRAL'

=back


=head2 enum Pango::Gravity

=over

=item * 'south' / 'PANGO_GRAVITY_SOUTH'

=item * 'east' / 'PANGO_GRAVITY_EAST'

=item * 'north' / 'PANGO_GRAVITY_NORTH'

=item * 'west' / 'PANGO_GRAVITY_WEST'

=item * 'auto' / 'PANGO_GRAVITY_AUTO'

=back


=head2 enum Pango::GravityHint

=over

=item * 'natural' / 'PANGO_GRAVITY_HINT_NATURAL'

=item * 'strong' / 'PANGO_GRAVITY_HINT_STRONG'

=item * 'line' / 'PANGO_GRAVITY_HINT_LINE'

=back




=cut


=head1 SEE ALSO

L<Pango>, L<Glib::Object>


=cut


=head1 COPYRIGHT

Copyright (C) 2003-2011 by the gtk2-perl team.

This software is licensed under the LGPL.  See L<Pango> for a full notice.



=cut