ruby-****@sourc*****
ruby-****@sourc*****
2005年 11月 16日 (水) 18:41:48 JST
------------------------- REMOTE_ADDR = 15.211.169.100 REMOTE_HOST = REMOTE_USER = ruby-gnome2-hiki URL = /hiki.cgi?Pango%3A%3AFontDescription ------------------------- @@ -36,39 +36,39 @@ --- style Gets the style field of a Pango::FontDescription. See Pango::FontDescription#style=. - * Returns: the ((<Pango::FontDescription::Style|Pango#PangoStyle>)) for the font description. Use Pango::FontDescription#set_fields to find out if the field was explicitely set or not. + * Returns: the Pango::FontDescription#Style for the font description. Use Pango::FontDescription#set_fields to find out if the field was explicitely set or not. --- style=(style) - Sets the style field of a Pango::FontDescription. The ((<Pango::FontDescription::Style|Pango#Pango::Style>)) enumeration describes whether the font is slanted and the manner in which it is slanted; it can be either Pango::STYLE_NORMAL, Pango::STYLE_ITALIC, or Pango::STYLE_OBLIQUE. Most fonts will either have a italic style or an oblique style, but not both, and font matching in Pango will match italic specifications with oblique fonts and vice-versa if an exact match is not found. - * style: the ((<Pango::FontDescription::Style|Pango#Pango::Style>)) for the font description + Sets the style field of a Pango::FontDescription. The Pango::FontDescription#Style enumeration describes whether the font is slanted and the manner in which it is slanted; it can be either Pango::STYLE_NORMAL, Pango::STYLE_ITALIC, or Pango::STYLE_OBLIQUE. Most fonts will either have a italic style or an oblique style, but not both, and font matching in Pango will match italic specifications with oblique fonts and vice-versa if an exact match is not found. + * style: the Pango::FontDescription#Style for the font description * Returns: style --- set_style(style) Same as Pango::FontDescription#style=. - * style: the ((<Pango::FontDescription::Style|Pango#PangoStyle>)) for the font description + * style: the Pango::FontDescription#Style for the font description * Returns: self --- variant Gets the variant field of a Pango::FontDescription. See Pango::FontDescription#variant=. - * Returns: the ((<Pango::FontDescription::Variant|Pango#PangoVariant>)) for the font description. Use Pango::FontDescription#set_fields to find out if the field was explicitely set or not. + * Returns: the Pango::FontDescription#Variant for the font description. Use Pango::FontDescription#set_fields to find out if the field was explicitely set or not. --- variant=(variant) - Sets the variant field of a font description. The ((<Pango::FontDescription::Variant|Pango#PangoVariant>)) can either be Pango::VARIANT_NORMAL or Pango::VARIANT_SMALL_CAPS. - * variant: the ((<Pango::FontDescription::Variant|Pango#PangoVariant>)) for the font description. + Sets the variant field of a font description. The ((<Pango::FontDescription#Variant>)) can either be Pango::VARIANT_NORMAL or Pango::VARIANT_SMALL_CAPS. + * variant: the ((<Pango::FontDescription#Variant>)) for the font description. * Returns: variant --- set_variant(variant) Same as Pango::FontDescription#variant=. - * variant: the ((<Pango::FontDescription::Variant|Pango#PangoVariant>)) for the font description. + * variant: the ((<Pango::FontDescription#Variant>)) for the font description. * Returns: self --- weight Gets the weight field of a Pango::FontDescription. See Pango::FontDescription#weight=. - * Returns: the ((<Pango::FontDescription::Weight|Pango#PangoWeight>)) for the font description. Use Pango::FontDescription#set_fields to find out if the field was explicitely set or not. + * Returns: the ((<Pango::FontDescription#Weight>)) for the font description. Use Pango::FontDescription#set_fields to find out if the field was explicitely set or not. * Returns: self --- weight=(weight) - Sets the weight field of a font description. The weight field specifies how bold or light the font should be. In addition to the values of the ((<Pango::FontDescription::Weight|Pango#PangoWeight>)) enumeration, other intermediate numeric values are possible. - * weight: the ((<Pango::FontDescription::Weight|Pango#PangoWeight>)) for the font description. + Sets the weight field of a font description. The weight field specifies how bold or light the font should be. In addition to the values of the ((<Pango::FontDescription#Weight>)) enumeration, other intermediate numeric values are possible. + * weight: the ((<Pango::FontDescription#Weight>)) for the font description. * Returns: weight --- set_weight(weight) Same as Pango::FontDescription#weight=. - * weight: the ((<Pango::FontDescription::Weight|Pango#PangoWeight>)) for the font description. + * weight: the ((<Pango::FontDescription#Weight>)) for the font description. * Returns: self --- stretch @@ -76,11 +76,11 @@ * Returns: self --- stretch=(stretch) Sets the stretch field of a font description. The stretch field specifies how narrow or wide the font should be. - * stretch: the ((<Pango::FontDescription::Stretch|Pango#PangoStretch>)) for the font description + * stretch: the ((<Pango::FontDescription#Stretch>)) for the font description * Returns: stretch --- set_stretch(stretch) Same as Pango::FontDescription#stretch=. - * weight: the ((<Pango::FontDescription::Stretch|Pango#PangoStretch>)) for the font description. + * weight: the ((<Pango::FontDescription#Stretch>)) for the font description. * Returns: self --- size @@ -112,11 +112,11 @@ --- set_fields Determines which fields in a font description have been set. - * Returns: a ((<Pango::FontDescription::FontMask|Pango#PangoFontMask>)) with bits set corresponding to the fields in desc that have been set. + * Returns: a ((<Pango::FontDescription#FontMask>)) with bits set corresponding to the fields in desc that have been set. --- unset_fields(to_unset) Unsets some of the fields in a Pango::FontDescription. Note that this merely marks the fields cleared, it does not clear the settings for those fields. - * to_unset: ((<Pango::FontDescription::FontMask|Pango#PangoFontMask>)) of fields in the desc to unset. + * to_unset: ((<Pango::FontDescription#FontMask>)) of fields in the desc to unset. * Returns: self --- merge(desc_to_merge, replace_existing