Variable: posframe-text-scale-factor-function
posframe-text-scale-factor-function is a customizable variable defined
in posframe.el.
Value
posframe-text-scale-factor-default
Documentation
The function to adjust value of text-scale of posframe buffer.
Accepts single argument which is the value of parent buffer
text-scale-mode-amount or nil if the text-scale-mode(var)/text-scale-mode(fun) is disabled in
the parent buffer.
Source Code
;; Defined in ~/.emacs.d/elpa/posframe-20260415.14/posframe.el
(defcustom posframe-text-scale-factor-function #'posframe-text-scale-factor-default
"The function to adjust value of text-scale of posframe buffer.
Accepts single argument which is the value of parent buffer
`text-scale-mode-amount' or nil if the `text-scale-mode' is disabled in
the parent buffer."
:group 'posframe
:type 'function)