Package: gtk

Accessor gtk:text-tag-font

Lambda List

gtk:text-tag-font (object)

Syntax

(gtk:text-tag-font object) => font
(setf (gtk:text-tag-font object) font)

Arguments

object -- a gtk:text-tag object
font -- a string for a font description

Details

The accessor for the font slot gets or sets the font description as string, for example, "Sans Italic 12". Note that the initial value of this property depends on the internals of the pango:font-description structure.
 

See also

2026-08-28