org.gnu.pango
Class AttrFontDesc

java.lang.Object
  |
  +--org.gnu.glib.Boxed
        |
        +--org.gnu.pango.Attribute
              |
              +--org.gnu.pango.AttrFontDesc

public class AttrFontDesc
extends Attribute

The AttrFontDesc object is used to store an attribute that sets all aspects of the font description at once.


Constructor Summary
AttrFontDesc()
           
 
Method Summary
 FontDescription getDescription()
          Returns the font description which is the value of this attribute
 
Methods inherited from class org.gnu.pango.Attribute
getEndIndex, getStartIndex
 
Methods inherited from class org.gnu.glib.Boxed
equals, getHandle
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttrFontDesc

public AttrFontDesc()
Method Detail

getDescription

public FontDescription getDescription()
Returns the font description which is the value of this attribute


Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net