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.
The format of the string is compatible with CSS and with Pango attributes.
Declaration
Swift
case fontFeatures = "font-features"
-
The language for which the font features were selected.
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"