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 number coerced to a double float for 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 property adapts to theme changes, and so on, so is recommended. Pango predefines some scales such as the pango:+scale-x-large+ value. pango:+scale-x-large+
 

See also

2025-07-11