Method

GtkFontDialogButtonset_font_features

Declaration [src]

void
gtk_font_dialog_button_set_font_features (
  GtkFontDialogButton* self,
  const char* font_features
)

Description [src]

Sets the font features of the button.

Available since:4.10

Parameters

font_features const char*
 

The font features.

 The argument can be NULL.
 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.