emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Android port


From: Angelo Graziosi
Subject: Re: Android port
Date: Mon, 20 Feb 2023 18:05:58 +0100 (CET)

On GNU/Linux (Mint) I change the size of default (Monospace) font with

(set-frame-font "Monospace-11" nil t)

(setq default-frame-alist
      '(
        ;;(width . 120) ; character
        ;;(height . 54) ; lines
        ;;(left . (- 0)); pixel
        ;;(top  . (+ 0)); pixel
        ;;(left . 835); pixel
        ;;(top  .   0); pixel
        (font . "Monospace-11") ; font
        ))

in the init.el file. How can I do the same with this android Emacs? I cannot 
establish the name of the font it is using...



reply via email to

[Prev in Thread] Current Thread [Next in Thread]