module Gtk::FontChooser
Overview
Gtk::FontChooser
is an interface that can be implemented by widgets
for choosing fonts.
In GTK, the main objects that implement this interface are
Gtk::FontChooserWidget
, Gtk::FontChooserDialog
and
Gtk::FontButton
.
Direct including types
Defined in:
lib/gi-crystal/src/auto/gtk-4.0/font_chooser.crClass Method Summary
Instance Method Summary
- #filter_func=(filter : Gtk::FontFilterFunc?) : Nil
- #font : String?
- #font=(fontname : String) : Nil
- #font_activated_signal
- #font_desc : Pango::FontDescription?
- #font_desc=(font_desc : Pango::FontDescription) : Nil
- #font_desc=(value : Pango::FontDescription?) : Pango::FontDescription?
- #font_face : Pango::FontFace?
- #font_family : Pango::FontFamily?
- #font_features : String
- #font_map : Pango::FontMap?
- #font_map=(fontmap : Pango::FontMap?) : Nil
- #font_size : Int32
- #language : String
- #language=(language : String) : Nil
- #level : Gtk::FontChooserLevel
- #level=(level : Gtk::FontChooserLevel) : Nil
- #preview_text : String
- #preview_text=(text : String) : Nil
- #show_preview_entry : Bool
- #show_preview_entry=(show_preview_entry : Bool) : Nil
- #show_preview_entry? : Bool
- #to_unsafe