FontChooser
Object Hierarchy:
Description:
[
CCode ( type_id =
"gtk_font_chooser_get_type ()" ) ]
public interface FontChooser :
Object
`GtkFontChooser` is an interface that can be implemented by widgets for choosing fonts.
In GTK, the main objects that implement this interface are [class@Gtk.FontChooserWidget], [class@Gtk.FontChooserDialog] and [
class@Gtk.FontButton].
All known implementing classes:
Content:
Properties:
- public abstract string font { owned get; set; }
The font description as a string, e.
- public abstract FontDescription font_desc { owned get; set; }
The font description as a `PangoFontDescription`.
- public abstract string font_features { owned get; }
The selected font features.
- public abstract string language { owned get; set; }
The language for which the font features were selected.
- public abstract FontChooserLevel level { get; set; }
The level of granularity to offer for selecting fonts.
- public abstract string preview_text { owned get; set; }
The string with which to preview the font.
- public abstract 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