[ruby-gnome2-doc-cvs] [Ruby-GNOME2 Project Website] create - Pango::FontFace

Back to archive index

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


-------------------------
REMOTE_ADDR = 15.211.169.100
REMOTE_HOST = 
REMOTE_USER = ruby-gnome2-hiki
        URL = /hiki.cgi?Pango%3A%3AFontFace
-------------------------
TITLE       = Pango::FontFace
KEYWORD     = 
= class Pango::FontFace
The Pango::FontFace is used to represent a group of fonts with the same family, slant, weight, width, but varying sizes. 

== Object Hierarchy
* Object
  * GLib::Instantiatable
    * GLib::Object
      * Pango::FontFace

== Instance Methods
--- name
    Gets a name representing the style of this face among the different faces in the Pango::FontFamily for the face. This name is unique among all faces in the family and is suitable for displaying to users.
    * Returns: the face name for the face.

--- sizes
    Gets the available sizes for a font. This is only applicable to bitmap fonts. The sizes returned are in pango units and are sorted in ascending order. ((* Since 1.4 *))
    * Returns: an Array of int.

--- describe
    Returns the family, style, variant, weight and stretch of a Pango::FontFace. The size field of the resulting font description will be unset.
    * Returns: a newly-created Pango::FontDescription holding the description of the face. 

== ChangeLog
* 2005-10-13 Added. - ((<Masao>))






ruby-gnome2-cvs メーリングリストの案内
Back to archive index