Package: gtk

Function gtk:font-chooser-font-face

Lambda List

gtk:font-chooser-font-face (fontchooser)

Arguments

fontchooser -- a gtk:font-chooser object

Return Value

The pango:font-face object representing the selected font group details, or nil.

Details

Gets the Pango font face representing the selected font group details, for example, family, slant, weight, width, etc. If the selected font is not installed, returns nil.

Warning

The gtk:font-chooser implementation is deprecated since 4.10. Use the gtk:font-dialog and gtk:font-dialog-button widgets instead.
 

See also

#2024-5-22