FontChooser
  
  Object Hierarchy:
  
 
  Description:
  [ 
CCode ( type_id = 
"gtk_font_chooser_get_type ()" ) ]
public interface FontChooser : 
Object
   
  
    FontChooser is an interface that can be implemented by widgets displaying the list of fonts.
     In GTK+, the main objects that implement this interface are FontChooserWidget
      , FontChooserDialog and 
        FontButton. The GtkFontChooser interface has been introducted in GTK+ 3.2.
   
  
    All known implementing classes:
    
   
  
  
  Content:
  Properties:
  
    - public string font { owned get; set; }
      
      
The font description as a string, e.
      
 
    - public FontDescription font_desc { owned get; set; }
      
      
 
    - public string font_features { owned get; }
      
      
The selected font features, in a format that is compatible with CSS and with
           Pango attributes.
      
 
    - public string language { owned get; set; }
      
      
The language for which the 
          font_features were selected, in a format that is compatible with
           CSS and with Pango attributes.
        
    - public FontChooserLevel level { get; set; }
      
      
The level of granularity to offer for selecting fonts.
      
 
    - public string preview_text { owned get; set; }
      
      
The string with which to preview the font.
      
 
    - public bool show_preview_entry { get; set; }
      
      
Whether to show an entry to change the preview text.
      
 
  
  Methods:
  
  Signals:
  
  Inherited Members:
  
    All known members inherited from class GLib.Object