tumashu / ivy-posframe

ivy-posframe is a ivy extension, which let ivy use posframe to show its candidate menu, ivy-posframe is a **GNU ELPA** package.
415 stars 26 forks source link

change the postframe font size #127

Open jjibagar opened 1 year ago

jjibagar commented 1 year ago

i need change the font size or scala of the ivy-postframe like this code of neotree, any idea? ;;cambiando la escala de neotree (defun text-scale-twice ()(interactive)(progn(text-scale-adjust 0)(text-scale-decrease 2))) (add-hook 'neo-after-create-hook (lambda (_)(call-interactively 'text-scale-twice)))

tumashu commented 1 year ago

(posframe-show "xxx" :font "sans-20" :string "This is a test")

tumashu commented 1 year ago

(defcustom ivy-posframe-font nil "The font used by ivy-posframe. When nil, Using current frame's font as fallback." :type 'string)