T-tabarray

Gnome::Pango::T-tabarray

#------------------------------------------------------------------------------- #--[Class Initialization]------------------------------------------------------- #-------------------------------------------------------------------------------

Class initialization

new

Initialization of a type class is simple and only needed when the standalone functions are used.

method new ( )

#------------------------------------------------------------------------------- #--[Enumerations]--------------------------------------------------------------- #-------------------------------------------------------------------------------

Enumerations

PangoTabAlign

enumeration PangoTabAlign defined in Gnome::Pango::T-tabarray specifies where the text appears relative to the tab stop position.

  • PANGO_TAB_LEFT; the text appears to the right of the tab stop position

  • PANGO_TAB_RIGHT; the text appears to the left of the tab stop position until the available space is filled. Since: 1.50

  • PANGO_TAB_CENTER; the text is centered at the tab stop position until the available space is filled. Since: 1.50

  • PANGO_TAB_DECIMAL; text before the first occurrence of the decimal point character appears to the left of the tab stop position (until the available space is filled), the rest to the right. Since: 1.50

#------------------------------------------------------------------------------- #--[Standalone Functions]------------------------------------------------------- #-------------------------------------------------------------------------------

Standalone Functions

#-------------------------------------------------------------------------------

tab-array-from-string

Deserializes a Gnome::Pango::N-TabArray from a string.

This is the counterpart to .to-string(). See that functions for details about the format.

method tab-array-from-string ( Str $text --> CArray[N-TabArray] )
  • $text; a string.

Return value; a new Gnome::Pango::N-TabArray.

Gnome::Pango v0.1.14

Modules for package Gnome::Pango:api<2>. The language binding to Pango: Internationalized text layout and rendering

Authors

  • Marcel Timmerman

License

Artistic-2.0

Dependencies

Gnome::GObject:api<2>Gnome::Glib:api<2>Gnome::N:api<2>

Test Dependencies

Provides

  • Gnome::Pango::Context
  • Gnome::Pango::Layout
  • Gnome::Pango::N-Language
  • Gnome::Pango::N-LayoutIter
  • Gnome::Pango::N-LayoutLine
  • Gnome::Pango::N-Matrix
  • Gnome::Pango::N-TabArray
  • Gnome::Pango::T-direction
  • Gnome::Pango::T-gravity
  • Gnome::Pango::T-layout
  • Gnome::Pango::T-matrix
  • Gnome::Pango::T-tabarray
  • Gnome::Pango::T-types

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.