emacs-devel
[Top][All Lists]
Advanced

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

Re: Android port


From: Po Lu
Subject: Re: Android port
Date: Tue, 21 Feb 2023 10:28:15 +0800
User-agent: Gnus/5.13 (Gnus v5.13)

Angelo Graziosi <angelo.g0@libero.it> writes:

> 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...

As the manual says, ``Droid Sans Mono''.


reply via email to

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