FontDialog
A GtkFontDialog
object collects the arguments that are needed to present a font chooser dialog to the user, such as a title for the dialog and whether it should be modal.
The dialog is shown with the method@Gtk.FontDialog.choose_font function or its variants.
See class@Gtk.FontDialogButton for a convenient control that uses GtkFontDialog
and presents the results.
Skipped during bindings generation
parameter
font_desc
: font_desc: Out parameter is not supportedmethod
language
: Property TypeInfo of getter and setter do not match
Since
4.10
Constructors
Functions
This function initiates a font selection operation by presenting a dialog to the user for selecting a font face (i.e. a font family and style, but not a specific font size).
Finishes the method@Gtk.FontDialog.choose_face call and returns the resulting font face.
This function initiates a font selection operation by presenting a dialog to the user for selecting a font family.
Finishes the method@Gtk.FontDialog.choose_family call and returns the resulting family.
This function initiates a font selection operation by presenting a dialog to the user for selecting a font.
This function initiates a font selection operation by presenting a dialog to the user for selecting a font and font features.
Finishes the method@Gtk.FontDialog.choose_font call and returns the resulting font description.
Returns the fontmap from which fonts are selected, or NULL
for the default fontmap.
Returns the language for which font features are applied.
Sets the fontmap from which fonts are selected.
Sets the language for which font features are applied.