Index
NAME 
Gnome2::Print::GlyphList
HIERARCHY 
Glib::Boxed
+----Gnome2::Print::GlyphList
METHODS 
glyphlist = Gnome2::Print::GlyphList->new
$gl->advance ($advance)
- * $advance (boolean)
$gl->font ($font)
- * $font (Gnome2::Print::Font)
glyphlist = $font->from_text_dumb ($color, $kerning, $letterspace, $text)
- * $color (unsigned)
- * $kerning (double)
- * $letterspace (double)
- * $text (Glib::UChar)
$gl->glyph ($glyph)
- * $glyph (integer)
list = $gl->glyphs ($glyphs, ...)
- * $glyphs ((unknown))
- * ... (list)
$gl->kerning ($kerning)
- * $kerning (double)
$gl->letterspace ($letterspace)
- * $letterspace (double)
$gl->moveto ($x, $y)
- * $x (double)
- * $y (double)
$gl->rmoveto ($x, $y)
- * $x (double)
- * $y (double)
$gl->text_dumb ($text)
- * $text (Glib::UChar)
SEE ALSO 
Gnome2::Print, Glib::Boxed
COPYRIGHT 
Copyright (C) 2003-2004 by the gtk2-perl team.
This software is licensed under the LGPL. See Gnome2::Print for a full
notice.