Trait sourceview5::prelude::FontChooserExt
source · pub trait FontChooserExt: IsA<FontChooser> + Sealed + 'static {
Show 27 methods
// Provided methods
fn font(&self) -> Option<GString> { ... }
fn font_desc(&self) -> Option<FontDescription> { ... }
fn font_face(&self) -> Option<FontFace> { ... }
fn font_family(&self) -> Option<FontFamily> { ... }
fn font_features(&self) -> GString { ... }
fn font_map(&self) -> Option<FontMap> { ... }
fn font_size(&self) -> i32 { ... }
fn language(&self) -> GString { ... }
fn level(&self) -> FontChooserLevel { ... }
fn preview_text(&self) -> GString { ... }
fn shows_preview_entry(&self) -> bool { ... }
fn set_filter_func<P>(&self, filter: P)
where P: Fn(&FontFamily, &FontFace) -> bool + 'static { ... }
fn set_font(&self, fontname: &str) { ... }
fn set_font_desc(&self, font_desc: &FontDescription) { ... }
fn set_font_map(&self, fontmap: Option<&impl IsA<FontMap>>) { ... }
fn set_language(&self, language: &str) { ... }
fn set_level(&self, level: FontChooserLevel) { ... }
fn set_preview_text(&self, text: &str) { ... }
fn set_show_preview_entry(&self, show_preview_entry: bool) { ... }
fn connect_font_activated<F>(&self, f: F) -> SignalHandlerId
where F: Fn(&Self, &str) + 'static { ... }
fn connect_font_notify<F>(&self, f: F) -> SignalHandlerId
where F: Fn(&Self) + 'static { ... }
fn connect_font_desc_notify<F>(&self, f: F) -> SignalHandlerId
where F: Fn(&Self) + 'static { ... }
fn connect_font_features_notify<F>(&self, f: F) -> SignalHandlerId
where F: Fn(&Self) + 'static { ... }
fn connect_language_notify<F>(&self, f: F) -> SignalHandlerId
where F: Fn(&Self) + 'static { ... }
fn connect_level_notify<F>(&self, f: F) -> SignalHandlerId
where F: Fn(&Self) + 'static { ... }
fn connect_preview_text_notify<F>(&self, f: F) -> SignalHandlerId
where F: Fn(&Self) + 'static { ... }
fn connect_show_preview_entry_notify<F>(&self, f: F) -> SignalHandlerId
where F: Fn(&Self) + 'static { ... }
}
👎Deprecated: Since 4.10
Provided Methods§
fn font(&self) -> Option<GString>
👎Deprecated: Since 4.10
fn font_desc(&self) -> Option<FontDescription>
👎Deprecated: Since 4.10
fn font_face(&self) -> Option<FontFace>
👎Deprecated: Since 4.10
fn font_family(&self) -> Option<FontFamily>
👎Deprecated: Since 4.10
fn font_features(&self) -> GString
👎Deprecated: Since 4.10
fn font_map(&self) -> Option<FontMap>
👎Deprecated: Since 4.10
fn font_size(&self) -> i32
👎Deprecated: Since 4.10
fn language(&self) -> GString
👎Deprecated: Since 4.10
fn level(&self) -> FontChooserLevel
👎Deprecated: Since 4.10
fn preview_text(&self) -> GString
👎Deprecated: Since 4.10
fn shows_preview_entry(&self) -> bool
👎Deprecated: Since 4.10
fn set_filter_func<P>(&self, filter: P)
👎Deprecated: Since 4.10
fn set_font(&self, fontname: &str)
👎Deprecated: Since 4.10
fn set_font_desc(&self, font_desc: &FontDescription)
👎Deprecated: Since 4.10
fn set_font_map(&self, fontmap: Option<&impl IsA<FontMap>>)
👎Deprecated: Since 4.10
fn set_language(&self, language: &str)
👎Deprecated: Since 4.10
fn set_level(&self, level: FontChooserLevel)
👎Deprecated: Since 4.10
fn set_preview_text(&self, text: &str)
👎Deprecated: Since 4.10
fn set_show_preview_entry(&self, show_preview_entry: bool)
👎Deprecated: Since 4.10
fn connect_font_activated<F>(&self, f: F) -> SignalHandlerId
👎Deprecated: Since 4.10
fn connect_font_notify<F>(&self, f: F) -> SignalHandlerId
👎Deprecated: Since 4.10
fn connect_font_desc_notify<F>(&self, f: F) -> SignalHandlerId
👎Deprecated: Since 4.10
fn connect_font_features_notify<F>(&self, f: F) -> SignalHandlerId
👎Deprecated: Since 4.10
fn connect_language_notify<F>(&self, f: F) -> SignalHandlerId
👎Deprecated: Since 4.10
fn connect_level_notify<F>(&self, f: F) -> SignalHandlerId
👎Deprecated: Since 4.10
fn connect_preview_text_notify<F>(&self, f: F) -> SignalHandlerId
👎Deprecated: Since 4.10
fn connect_show_preview_entry_notify<F>(&self, f: F) -> SignalHandlerId
👎Deprecated: Since 4.10
Object Safety§
This trait is not object safe.