ruby-****@sourc*****
ruby-****@sourc*****
2005年 11月 15日 (火) 19:04:53 JST
------------------------- REMOTE_ADDR = 15.211.169.100 REMOTE_HOST = REMOTE_USER = ruby-gnome2-hiki URL = /hiki.cgi?Pango%3A%3AAttrUnderline ------------------------- TITLE = Pango::AttrUnderline KEYWORD = == Object Hierarchy * Object * Data * Pango::Attribute * Pango::AttrInt * Pango::AttrUnderline == Class Methods --- Pango::AttrUnderline.new(style) Create a new underline-style object. * style: the underline style. (Pango::AttrUnderline#Underline) * Returns: the new Pango::AttrUnderline. == Constants === Underline Underline is used to specify whether text should be underlined, and if so, the type of underlining. --- NONE no underline should be drawn. --- SINGLE a single underline should be drawn. --- DOUBLE a double underline should be drawn. --- LOW a single underline should be drawn at a position beneath the ink extents of the text being underlined. This should be used only for underlining single characters, such as for keyboard accelerators. Pango::AttrUnderline::SINGLE should be used for extended portions of text. --- ERROR a wavy underline should be drawn below. This underline is typically used to indicate an error such as a possilble mispelling; in some cases an contrasting color may automatically be used. ((* Since 1.4 *)) == ChangeLog * 2005-11-15 Added. - ((<Masao>))