org.gnu.pango
Class FontFamily

java.lang.Object
  |
  +--org.gnu.glib.GObject
        |
        +--org.gnu.pango.FontFamily

public class FontFamily
extends GObject

The FontFamily object is used to represent a family of related font faces. The faces in a family share a common design, but differ in slant, weight, width and other aspects.


Constructor Summary
FontFamily()
           
 
Method Summary
 java.lang.String toString()
          Gets the name of the family.
 
Methods inherited from class org.gnu.glib.GObject
addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, equals, getData, getHandle, removeEventHandler, setData
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FontFamily

public FontFamily()
Method Detail

toString

public java.lang.String toString()
Gets the name of the family. The name is unique among all fonts for the font backend and can be used in a PangoFontDescription to specify that a face from this family is desired.

Overrides:
toString in class java.lang.Object

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