FontChooserPropertyName
public enum FontChooserPropertyName : String, PropertyNameProtocol
Undocumented
-
The font description as a string, e.g. “Sans Italic 12”.
Declaration
Swift
case font = "font" -
The font description as a
PangoFontDescription.Declaration
Swift
case fontDesc = "font-desc" -
The selected font features, in a format that is compatible with CSS and with Pango attributes.
Declaration
Swift
case fontFeatures = "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 language = "language" -
The level of granularity to offer for selecting fonts.
Declaration
Swift
case level = "level" -
The string with which to preview the font.
Declaration
Swift
case previewText = "preview-text" -
Whether to show an entry to change the preview text.
Declaration
Swift
case showPreviewEntry = "show-preview-entry"
View on GitHub
Install in Dash
FontChooserPropertyName Enumeration Reference