Uwe Brauer writes:
Hello
Look at
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-*-*-*-*-*-*
Using XEmacs.font is usually not a good idea; it is too likely to be
shadowed by face settings. Better to use XEmacs.default.attributeFont
in most cases.
Start by nuking the "18" (which says "use this many pixels", and due
to the implementation will vary in screen size for bitmap fonts):
XEmacs.default.attributeFont: -*-courier-bold-r-*-*-*-180-*-*-*-*-*-*
which says "use a font that appears to be 18.0 points for this screen"
which also is likely to be absolutely incorrect, but gives you a much
better chance of having the same size for all characters. (You can
also try with XEmacs.font. If it works for you now in most ways, it
probably will keep working.)
You also need to be sure that there is a font containing that glyph of
appropriate size on your system. On most modern systems, all fonts
are scalable, so you should be OK. But it's possible that something
silly like the GNU international font is being used.
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta