Uses of Class
org.gnu.pango.FontDescription

Packages that use FontDescription
org.gnu.gtk   
org.gnu.pango   
 

Uses of FontDescription in org.gnu.gtk
 

Methods in org.gnu.gtk that return FontDescription
 FontDescription TextAttributes.getFontDescription()
           
 FontDescription CellRendererText.getFont()
          Returns the font being used
 

Methods in org.gnu.gtk with parameters of type FontDescription
 void Widget.setFont(FontDescription fontDesc)
          Sets the font to use for the widget.
 void CellRendererText.setFont(FontDescription font)
          Sets the font to use
 

Uses of FontDescription in org.gnu.pango
 

Methods in org.gnu.pango that return FontDescription
 FontDescription Context.getFontDescription()
          Retrieve the default font description for the context.
 FontDescription Context.loadFont(FontDescription desc)
          Loads the font in one of the fontmaps in the context that is the closest match for desc.
 FontDescription Font.describe()
          Returns a description of the font.
 FontDescription FontFace.describe()
          Returns the family, style, variant, weight and stretch of a PangoFontFace.
 FontDescription AttrFontDesc.getDescription()
          Returns the font description which is the value of this attribute
 

Methods in org.gnu.pango with parameters of type FontDescription
 void Context.setFontDescription(FontDescription desc)
          Sets the font description
 FontDescription Context.loadFont(FontDescription desc)
          Loads the font in one of the fontmaps in the context that is the closest match for desc.
 FontMetrics Context.getMetrics(FontDescription desc, Language language)
          Get overall metric information for a font particular font description.
 void FontDescription.replace(FontDescription descToMerge, boolean replaceExisting)
          Merges the fields that are set in desc_to_merge into the fields in desc.
 void Layout.setFontDescription(FontDescription desc)
          Set the default font description for the layout.
 


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