logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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)
       •   $attr (Pango::Attribute)

   attrlistorundef=$list->filter($func,$data=undef)
       •   $func (scalar)

       •   $data (scalar)

       Since: pango 1.2

   $list->insert($attr)
       •   $attr (Pango::Attribute)

   $list->insert_before($attr)
       •   $attr (Pango::Attribute)

   attriterator=$list->get_iterator($attr_list,$text,$accel_char)=Pango->parse_markup($markup_text,$accel_marker)
       •   $markup_text (string)

       •   $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)
       •   $other (Pango::AttrList)

       •   $pos (integer)

       •   $len (integer)

Name

       Pango::AttrList - holds attributes that apply to a section of text

See Also

       Pango, Glib::Boxed

See Also