ruby-****@sourc*****
ruby-****@sourc*****
2005年 10月 21日 (金) 15:49:49 JST
------------------------- REMOTE_ADDR = 15.211.169.100 REMOTE_HOST = REMOTE_USER = ruby-gnome2-hiki URL = /hiki.cgi?Pango%3A%3AFontsetSimple ------------------------- TITLE = Pango::FontsetSimple KEYWORD = = class Pango::FontsetSimple Pango::FontsetSimple is a implementation of the abstract Pango::Fontset base class in terms of an Array of fonts, which the creator provides when constructing the Pango::FontsetSimple. == Object Hierarchy * Object * GLib::Instantiatable * GLib::Object * Pango::FontSet * Pango::FontSetSimple == Class Methods --- Pango::FontSetSimple.new(language) Creates a new Pango::FontsetSimple for the given language. * language: a Pango::Language tag * Returns: a Pango::FontsetSimple. == Instance Methods --- append(font) Adds a font to the fontset. * font: a Pango::Font * Returns: self --- size Returns the number of fonts in the fontset. * Returns: the size of fontset. == ChangeLog * 2005-10-21 Added. ((<Masao>))