/usr/lib/perl5/Gnome2/Canvas/Text.pod is in libgnome2-canvas-perl 1.002-2build3.
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 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 | =head1 NAME
Gnome2::Canvas::Text - Text as CanvasItems
=cut
=head1 HIERARCHY
Glib::Object
+----Glib::InitiallyUnowned
+----Gtk2::Object
+----Gnome2::Canvas::Item
+----Gnome2::Canvas::Text
=cut
=for object Gnome2::Canvas::Text - Text as CanvasItems
=cut
=head1 PROPERTIES
=over
=item 'anchor' (Gtk2::AnchorType : default "center" : readable / writable)
=item 'attributes' (Pango::AttrList : default undef : readable / writable)
=item 'clip' (boolean : default false : readable / writable)
=item 'clip-height' (double : default 0 : readable / writable)
=item 'clip-width' (double : default 0 : readable / writable)
=item 'family' (string : default undef : readable / writable)
Name of the font family, e.g. Sans, Helvetica, Times, Monospace
=item 'family-set' (boolean : default false : readable / writable)
Whether this tag affects the font family
=item 'fill-color' (string : default undef : readable / writable)
Text color, as string
=item 'fill-color-gdk' (Gtk2::Gdk::Color : default undef : readable / writable)
Text color, as a GdkColor
=item 'fill-color-rgba' (Glib::UInt : default 0 : readable / writable)
Text color, as an R/G/B/A combined integer
=item 'fill-stipple' (Gtk2::Gdk::Drawable : default undef : readable / writable)
=item 'font' (string : default undef : readable / writable)
Font description as a string
=item 'font-desc' (Pango::FontDescription : default undef : readable / writable)
Font description as a PangoFontDescription struct
=item 'justification' (Gtk2::Justification : default "left" : readable / writable)
=item 'markup' (string : default undef : writable)
Marked up text to render
=item 'rise' (integer : default 0 : readable / writable)
Offset of text above the baseline (below the baseline if rise is negative)
=item 'rise-set' (boolean : default false : readable / writable)
Whether this tag affects the rise
=item 'scale' (double : default 1 : readable / writable)
Size of font, relative to default size
=item 'scale-set' (boolean : default false : readable / writable)
Whether this tag affects font scaling
=item 'size' (integer : default 0 : readable / writable)
Font size (as a multiple of PANGO_SCALE, eg. 12*PANGO_SCALE for a 12pt font size)
=item 'size-points' (double : default 0 : readable / writable)
Font size in points (eg. 12 for a 12pt font size)
=item 'size-set' (boolean : default false : readable / writable)
Whether this tag affects the font size
=item 'stretch' (Pango::Stretch : default "normal" : readable / writable)
Font stretch
=item 'stretch-set' (boolean : default false : readable / writable)
Whether this tag affects the font stretch
=item 'strikethrough' (boolean : default false : readable / writable)
Whether to strike through the text
=item 'strikethrough-set' (boolean : default false : readable / writable)
Whether this tag affects strikethrough
=item 'style' (Pango::Style : default "normal" : readable / writable)
Font style
=item 'style-set' (boolean : default false : readable / writable)
Whether this tag affects the font style
=item 'text' (string : default undef : readable / writable)
Text to render
=item 'text-height' (double : default 0 : readable)
Height of the rendered text
=item 'text-width' (double : default 0 : readable)
Width of the rendered text
=item 'underline' (Pango::Underline : default "none" : readable / writable)
Style of underline for this text
=item 'underline-set' (boolean : default false : readable / writable)
Whether this tag affects underlining
=item 'variant' (Pango::Variant : default "normal" : readable / writable)
Font variant
=item 'variant-set' (boolean : default false : readable / writable)
Whether this tag affects the font variant
=item 'weight' (integer : default 400 : readable / writable)
Font weight
=item 'weight-set' (boolean : default false : readable / writable)
Whether this tag affects the font weight
=item 'x' (double : default 0 : readable / writable)
=item 'x-offset' (double : default 0 : readable / writable)
=item 'y' (double : default 0 : readable / writable)
=item 'y-offset' (double : default 0 : readable / writable)
=back
=cut
=head1 ENUMS AND FLAGS
=head2 enum Gtk2::AnchorType
=over
=item * 'center' / 'GTK_ANCHOR_CENTER'
=item * 'north' / 'GTK_ANCHOR_NORTH'
=item * 'north-west' / 'GTK_ANCHOR_NORTH_WEST'
=item * 'north-east' / 'GTK_ANCHOR_NORTH_EAST'
=item * 'south' / 'GTK_ANCHOR_SOUTH'
=item * 'south-west' / 'GTK_ANCHOR_SOUTH_WEST'
=item * 'south-east' / 'GTK_ANCHOR_SOUTH_EAST'
=item * 'west' / 'GTK_ANCHOR_WEST'
=item * 'east' / 'GTK_ANCHOR_EAST'
=item * 'n' / 'GTK_ANCHOR_N'
=item * 'nw' / 'GTK_ANCHOR_NW'
=item * 'ne' / 'GTK_ANCHOR_NE'
=item * 's' / 'GTK_ANCHOR_S'
=item * 'sw' / 'GTK_ANCHOR_SW'
=item * 'se' / 'GTK_ANCHOR_SE'
=item * 'w' / 'GTK_ANCHOR_W'
=item * 'e' / 'GTK_ANCHOR_E'
=back
=head2 enum Gtk2::Justification
=over
=item * 'left' / 'GTK_JUSTIFY_LEFT'
=item * 'right' / 'GTK_JUSTIFY_RIGHT'
=item * 'center' / 'GTK_JUSTIFY_CENTER'
=item * 'fill' / 'GTK_JUSTIFY_FILL'
=back
=head2 enum Pango::Stretch
=over
=item * 'ultra-condensed' / 'PANGO_STRETCH_ULTRA_CONDENSED'
=item * 'extra-condensed' / 'PANGO_STRETCH_EXTRA_CONDENSED'
=item * 'condensed' / 'PANGO_STRETCH_CONDENSED'
=item * 'semi-condensed' / 'PANGO_STRETCH_SEMI_CONDENSED'
=item * 'normal' / 'PANGO_STRETCH_NORMAL'
=item * 'semi-expanded' / 'PANGO_STRETCH_SEMI_EXPANDED'
=item * 'expanded' / 'PANGO_STRETCH_EXPANDED'
=item * 'extra-expanded' / 'PANGO_STRETCH_EXTRA_EXPANDED'
=item * 'ultra-expanded' / 'PANGO_STRETCH_ULTRA_EXPANDED'
=back
=head2 enum Pango::Style
=over
=item * 'normal' / 'PANGO_STYLE_NORMAL'
=item * 'oblique' / 'PANGO_STYLE_OBLIQUE'
=item * 'italic' / 'PANGO_STYLE_ITALIC'
=back
=head2 enum Pango::Underline
=over
=item * 'none' / 'PANGO_UNDERLINE_NONE'
=item * 'single' / 'PANGO_UNDERLINE_SINGLE'
=item * 'double' / 'PANGO_UNDERLINE_DOUBLE'
=item * 'low' / 'PANGO_UNDERLINE_LOW'
=item * 'error' / 'PANGO_UNDERLINE_ERROR'
=back
=head2 enum Pango::Variant
=over
=item * 'normal' / 'PANGO_VARIANT_NORMAL'
=item * 'small-caps' / 'PANGO_VARIANT_SMALL_CAPS'
=back
=cut
=head1 SEE ALSO
L<Gnome2::Canvas>, L<Glib::Object>, L<Glib::InitiallyUnowned>, L<Gtk2::Object>, L<Gnome2::Canvas::Item>
=cut
=head1 COPYRIGHT
Copyright (C) 2003-2004 by the Gtk2-Perl Team.
This software is licensed under the LGPL; see L<Gnome2::Canvas> for a full notice.
=cut
|