FontChooserSignalName
public enum FontChooserSignalName : String, SignalNameProtocol
Undocumented
-
Emitted when a font is activated. This usually happens when the user double clicks an item, or an item is selected and the user presses one of the keys Space, Shift+Space, Return or Enter.
Declaration
Swift
case fontActivated = "font-activated" -
The font description as a string, e.g. “Sans Italic 12”.
Declaration
Swift
case notifyFont = "notify::font" -
The font description as a
PangoFontDescription.Declaration
Swift
case notifyFontDesc = "notify::font-desc" -
The selected font features, in a format that is compatible with CSS and with Pango attributes.
Declaration
Swift
case notifyFontFeatures = "notify::font-features" -
The language for which the
GtkFontChooser:font-featureswere selected, in a format that is compatible with CSS and with Pango attributes.Declaration
Swift
case notifyLanguage = "notify::language" -
The level of granularity to offer for selecting fonts.
Declaration
Swift
case notifyLevel = "notify::level" -
The string with which to preview the font.
Declaration
Swift
case notifyPreviewText = "notify::preview-text" -
Whether to show an entry to change the preview text.
Declaration
Swift
case notifyShowPreviewEntry = "notify::show-preview-entry"
View on GitHub
Install in Dash
FontChooserSignalName Enumeration Reference