简体   繁体   中英

Font Families for Emacs

If I do Mx customize-face RET default I can adjust the default face (font) in Emacs.

There are several options, all of them explained in the documentation . Many of these options can be selected from a menu when you select/click on Value Menu , but not the Font Family .

How can I see a list of the fonts that I can use in Font Family in Emacs?

Type the following in the *scratch* buffer, and press Cj at the end of it:

(font-family-list)

You may need to expand the result to see all of them, by hitting enter on the ... at the end.

如果您在X Window系统上使用Emacs 23.1或更高版本,则以下fc-list命令可以列出系统上可用于Emacs(或使用fontconfig的任何应用程序)的字体系列:

$ fc-list : family

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM