Variable: global-text-scale-adjust-limits

global-text-scale-adjust-limits is a customizable variable defined in face-remap.el.gz.

Value

(10 . 500)

Documentation

Min/max values for global-text-scale-adjust.

This is a cons cell where the car has the minimum font size and the cdr has the maximum font size, in units of 1/10 pt.

This variable was added, or its default value changed, in Emacs 29.1.

Source Code

;; Defined in /usr/src/emacs/lisp/face-remap.el.gz
(defcustom global-text-scale-adjust-limits '(10 . 500)
  "Min/max values for `global-text-scale-adjust'.
This is a cons cell where the `car' has the minimum font size and
the `cdr' has the maximum font size, in units of 1/10 pt."
  :version "29.1"
  :group 'display
  :type '(cons (integer :tag "Min")
               (integer :tag "Max")))