ruby-****@sourc*****
ruby-****@sourc*****
2005年 11月 15日 (火) 18:54:01 JST
------------------------- REMOTE_ADDR = 15.211.169.100 REMOTE_HOST = REMOTE_USER = ruby-gnome2-hiki URL = /hiki.cgi?Pango%3A%3AAttrLetterSpacing ------------------------- TITLE = Pango::AttrLetterSpacing KEYWORD = = class Pango::AttrLetterSpacing == Object Hierarchy * Object * Data * Pango::Attribute * Pango::AttrInt * Pango::AttrLetterSpacing == Class Methods --- Pango::AttrLetterSpacing.new(letter_spacing) Create a new letter-spacing attribute. ((* Since 1.6 *)) * letter_spacing: amount of extra space to add between graphemes of the text, in Pango units. * Returns: the new Pango::Attribute. == See Also == ChangeLog * 2005-11-15 Added. - ((<Masao>))