[ruby-gnome2-doc-cvs] [Ruby-GNOME2 Project Website] update - Pango::Fontset

Zurück zum Archiv-Index

ruby-****@sourc***** ruby-****@sourc*****
2005年 10月 21日 (金) 13:30:04 JST


-------------------------
REMOTE_ADDR = 220.220.235.242
REMOTE_HOST = 
REMOTE_USER = ruby-gnome2-hiki
        URL = /hiki.cgi?Pango%3A%3AFontset
-------------------------
@@ -8,13 +8,6 @@
       * Pango::Fontset
 
 == Instance Methods
---- each{|fontset, font| ... }
-    Iterates through all the fonts in a fontset, calling block for each one. If block returns true, that stops the iteration.
-    * {|fontset, font| ... }: A block. if the result is true, stop iteration immediately.  
-      * fontset: a Pango::Fontset
-      * font: a Pango::Font from fontset 
-    * Returns: self
-
 --- get_font(wc)
     Returns the font in the fontset that contains the best glyph for the unicode character wc.
     * wc: a unicode character  
@@ -23,6 +16,7 @@
 --- metrics
     Get overall metric information for the fonts in the fontset.
     * Returns: a Pango::FontMetrics object.
+
+--- each{|fontset, font| ... }
+    Iterates through all the fonts in a fontset, calling block for each one. If block returns true, that stops the iteration. ((* Since 1.4 *))
+    * {|fontset, font| ... }: A block. if the result is true, stop iteration immediately.  
+      * fontset: a Pango::Fontset
+      * font: a Pango::Font from fontset 
+    * Returns: self
 
 == ChangeLog
+2005-10-21 Added supported version(#each) - ((<Masao>))
 2005-10-14 Added. - ((<Masao>))





ruby-gnome2-cvs メーリングリストの案内
Zurück zum Archiv-Index