FontButton.setFontName

Sets or updates the currently-displayed font in font picker dialog. Since 2.4

class FontButton
int
setFontName
(
string fontname
)

Parameters

fontname string

Name of font to display in font selection dialog

Return Value

Type: int

Return value of gtk_font_selection_dialog_set_font_name() if the font selection dialog exists, otherwise FALSE.

Meta