org.gnu.pango
Class AttrFontDesc

java.lang.Object
  extended by org.gnu.glib.Struct
      extended by org.gnu.glib.MemStruct
          extended by org.gnu.pango.Attribute
              extended by 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.MemStruct
getMemStructFromHandle
 
Methods inherited from class org.gnu.glib.Struct
equals, getHandle, getNullHandle, hashCode
 
Methods inherited from class java.lang.Object
getClass, 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.