I was wondering how does one set the font size in emacs. I want to save this in the .emacs file but I don't know how to set the font.
feedback
|
The value is in 1/10pt, so 100 will give you 10pt, etc. | |||
|
feedback
|
|
From Emacswiki, GNU Emacs 23 has a built-in key combination:
| |||||||||||
feedback
|
|
Press Shift and the first mouse button. You can change the font size in the following way: This website has more detail. | |||||||||||
feedback
|
|
M-x customize-face RET default will allow you to set the face Here is what is in my .emacs. actually, color-theme will set the basics, then my custom face setting will override some stuff. the custom-set-faces is written by emacs's customize-face mechanism:
| ||||
|
feedback
|
|
I've got the following in my
You can subsitute any font of your choosing for | |||||
feedback
|
|
For emacs23, have a look at this: http://www.emacswiki.org/emacs/XftGnuEmacs | |||
|
feedback
|
|
It all depends what you mean by change the font size. This EmacsWiki section provides the best and most complete information. It distinguishes the various cases (text scaling, frame font, buffer/frame, etc.): Changing Font Size. | |||
|
feedback
|
|
It depends which platform you're on, but regardless Emacswiki has all the answers. | |||||||||||
feedback
|