[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...
- Re: Android port, (continued)
- Re: Android port, Arsen Arsenović, 2023/02/19
- Re: Android port, Po Lu, 2023/02/19
- Re: Android port, Angelo Graziosi, 2023/02/19
- Re: Android port, Po Lu, 2023/02/19
- Re: Android port, Angelo Graziosi, 2023/02/19
- Re: Android port, Po Lu, 2023/02/19
- Re: Android port,
Angelo Graziosi <=
- Re: Android port, Po Lu, 2023/02/20
- Re: Android port, Angelo Graziosi, 2023/02/21
- Re: Android port, Jonathan Kenyon, 2023/02/21
- Re: Android port, Jonathan Kenyon, 2023/02/21
- Re: Android port, Simon Pugnet, 2023/02/21
- Re: Android port, Po Lu, 2023/02/21
- Re: Android port, Jonathan Kenyon, 2023/02/21
- Re: Android port, Po Lu, 2023/02/21
- Re: Android port, Po Lu, 2023/02/22
- Re: Android port, Simon Pugnet, 2023/02/22