Mercurial > hg > xemacs-beta
comparison lisp/font-menu.el @ 440:8de8e3f6228a r21-2-28
Import from CVS: tag r21-2-28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:33:38 +0200 |
parents | 3ecd8885ac67 |
children | abe6d1db359e |
comparison
equal
deleted
inserted
replaced
439:357dd071b03c | 440:8de8e3f6228a |
---|---|
40 ;;; in only one point size (like "Nil", which comes only in 2), you will never | 40 ;;; in only one point size (like "Nil", which comes only in 2), you will never |
41 ;;; be able to select it. It would be better if the items on the Fonts menu | 41 ;;; be able to select it. It would be better if the items on the Fonts menu |
42 ;;; were always selectable, and selecting them would set the size to be the | 42 ;;; were always selectable, and selecting them would set the size to be the |
43 ;;; closest size to the current font's size. | 43 ;;; closest size to the current font's size. |
44 ;;; | 44 ;;; |
45 ;;; This attempts to change all other faces in an analagous way to the change | 45 ;;; This attempts to change all other faces in an analogous way to the change |
46 ;;; that was made to the default face; if it can't, it will skip over the face. | 46 ;;; that was made to the default face; if it can't, it will skip over the face. |
47 ;;; However, this could leave incongruous font sizes around, which may cause | 47 ;;; However, this could leave incongruous font sizes around, which may cause |
48 ;;; some nonreversibility problems if further changes are made. Perhaps it | 48 ;;; some nonreversibility problems if further changes are made. Perhaps it |
49 ;;; should remember the initial fonts of all faces, and derive all subsequent | 49 ;;; should remember the initial fonts of all faces, and derive all subsequent |
50 ;;; fonts from that initial state. | 50 ;;; fonts from that initial state. |