Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pango::attrlist(3pm) [debian man page]

Pango::AttrList(3pm)					User Contributed Perl Documentation				      Pango::AttrList(3pm)

NAME
Pango::AttrList - holds attributes that apply to a section of text DESCRIPTION
Pango::AttrList is a collection of Pango::Attributes. These attributes annotate text with styles. HIERARCHY
Glib::Boxed +----Pango::AttrList METHODS
attrlist = Pango::AttrList->new $list->change ($attr) o $attr (Pango::Attribute) attrlist or undef = $list->filter ($func, $data=undef) o $func (scalar) o $data (scalar) Since: pango 1.2 $list->insert ($attr) o $attr (Pango::Attribute) $list->insert_before ($attr) o $attr (Pango::Attribute) attriterator = $list->get_iterator ($attr_list, $text, $accel_char) = Pango->parse_markup ($markup_text, $accel_marker) o $markup_text (string) o $accel_marker (character) Parses marked-up text to create a plaintext string and an attribute list. If $accel_marker is supplied and nonzero, the given character will mark the character following it as an accelerator. For example, the accel marker might be an ampersand or underscore. All characters marked as an acclerator will receive a PANGO_UNDERLINE_LOW attribute, and the first character so marked will be returned in $accel_char. Two $accel_marker characters following each other reduce to a single literal $accel_marker character. May croak with a Glib::Error in $@ on failure. $list->splice ($other, $pos, $len) o $other (Pango::AttrList) o $pos (integer) o $len (integer) SEE ALSO
Pango, Glib::Boxed COPYRIGHT
Copyright (C) 2003-2011 by the gtk2-perl team. This software is licensed under the LGPL. See Pango for a full notice. perl v5.14.2 2011-11-15 Pango::AttrList(3pm)

Check Out this Related Man Page

Pango::Cairo(3) 					User Contributed Perl Documentation					   Pango::Cairo(3)

NAME
Pango::Cairo METHODS
layout = Pango::Cairo::create_layout ($cr) o $cr (Cairo::Context) Pango::Cairo::error_underline_path ($cr, $x, $y, $width, $height) o $cr (Cairo::Context) o $x (double) o $y (double) o $width (double) o $height (double) Since: pango 1.14 Pango::Cairo::glyph_string_path ($cr, $font, $glyphs) o $cr (Cairo::Context) o $font (Pango::Font) o $glyphs (Pango::GlyphString) Pango::Cairo::layout_line_path ($cr, $line) o $cr (Cairo::Context) o $line (Pango::LayoutLine) Pango::Cairo::layout_path ($cr, $layout) o $cr (Cairo::Context) o $layout (Pango::Layout) Pango::Cairo::show_error_underline ($cr, $x, $y, $width, $height) o $cr (Cairo::Context) o $x (double) o $y (double) o $width (double) o $height (double) Since: pango 1.14 Pango::Cairo::show_glyph_string ($cr, $font, $glyphs) o $cr (Cairo::Context) o $font (Pango::Font) o $glyphs (Pango::GlyphString) Pango::Cairo::show_layout ($cr, $layout) o $cr (Cairo::Context) o $layout (Pango::Layout) Pango::Cairo::show_layout_line ($cr, $line) o $cr (Cairo::Context) o $line (Pango::LayoutLine) Pango::Cairo::update_context ($cr, $context) o $cr (Cairo::Context) o $context (Pango::Context) Pango::Cairo::update_layout ($cr, $layout) o $cr (Cairo::Context) o $layout (Pango::Layout) SEE ALSO
Pango COPYRIGHT
Copyright (C) 2003-2009 by the gtk2-perl team. This software is licensed under the LGPL. See Pango for a full notice. perl v5.12.1 2010-07-05 Pango::Cairo(3)
Man Page

We Also Found This Discussion For You

1. UNIX for Beginners Questions & Answers

What are <84>, <82>?

Hi, I am editing a text file in VI and am occasionally seeing "characters" <82> and <84>. in my VIM they are marked in the same way the EOL character ^M is. When running:cat filename.txt the characters seem to be read as a linefeed. How do I search and replace these characters in VI. What... (3 Replies)
Discussion started by: CaptSutter
3 Replies