On 2011-06-19, Uwe Brauer <oub(a)mat.ucm.es> wrote:
Char: ∞ (U+221E jit-ucs-charset-0 32 55) point=289 of 289(100%)
column 4
this is really small but I don't know how to amplify it
using
XEmacs.font: -*-courier-bold-r-*-*-18-180-*-*-*-*-*-*
in my .Xdefaults file.
Probably your first step is to find out what font is actually being
used. I find the following little function (provided by the nice people on
the list, but I forget exactly who!) invaluable in sorting out font
problems.
;; return the font used to display the character at point in the
;; default face
(defun ffi ()
(interactive)
(face-font-instance 'default nil (char-after (point))))
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta