Package: gtk

Accessor gtk-text-tag-scale

Lambda List

gtk-text-tag-scale (object)

Syntax

(gtk-text-tag-scale object) => scale
(setf (gtk-text-tag-scale object) scale)

Arguments

object -- a gtk-text-tag object
scale -- a double float with the font size as a scale factor

Details

Accessor of the scale slot of the gtk-text-tag class.

Font size as a scale factor relative to the default font size. This properly adapts to theme changes etc. so is recommended. Pango predefines some scales such as the +pango-scale-x-large+ value.
 

See also

2021-11-17