Description Usage Arguments Details Value Author(s)
Sets the currently-selected font.
1 | gtkFontSelectionSetFontName(object, fontname)
|
|
a |
|
a font name like "Helvetica 12" or "Times Bold 18" |
Note that the fontsel
needs to know the screen in which it will appear
for this to work; this can be guaranteed by simply making sure that the
fontsel
is inserted in a toplevel window before you call this function.
[logical] TRUE
if the font could be set successfully; FALSE
if no
such font exists or if the fontsel
doesn't belong to a particular
screen yet.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.