Gnome2::Print::GlyphList.3pm

Langue: en

Version: 2008-05-31 (ubuntu - 08/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

Gnome2::Print::GlyphList

HIERARCHY

   Glib::Boxed
   +----Gnome2::Print::GlyphList
 
 

METHODS


glyphlist = Gnome2::Print::GlyphList->new


$gl->advance ($advance)


$gl->advance ($advance)

$advance (boolean)

$gl->font ($font)


$gl->font ($font)

$font (Gnome2::Print::Font)

glyphlist = $font->from_text_dumb ($color, $kerning, $letterspace, $text)


glyphlist = $font->from_text_dumb ($color, $kerning, $letterspace, $text)

$color (unsigned)
$kerning (double)
$letterspace (double)
$text (Glib::UChar)

$gl->glyph ($glyph)


$gl->glyph ($glyph)

$glyph (integer)

list = $gl->glyphs ($glyphs, ...)


list = $gl->glyphs ($glyphs, ...)

$glyphs ((unknown))
... (list)

$gl->kerning ($kerning)


$gl->kerning ($kerning)

$kerning (double)

$gl->letterspace ($letterspace)


$gl->letterspace ($letterspace)

$letterspace (double)

$gl->moveto ($x, $y)


$gl->moveto ($x, $y)

$x (double)
$y (double)

$gl->rmoveto ($x, $y)


$gl->rmoveto ($x, $y)

$x (double)
$y (double)

$gl->text_dumb ($text)


$gl->text_dumb ($text)

$text (Glib::UChar)

SEE ALSO

Gnome2::Print, Glib::Boxed Copyright (C) 2003-2004 by the gtk2-perl team.

This software is licensed under the LGPL. See Gnome2::Print for a full notice.