>>>> "Jason" == Jason R Mastaler
<jason(a)mastaler.com> writes:
Jason> "Stephen J. Turnbull" <stephen(a)xemacs.org> writes:
> I wouldn't be surprised if in the no-mule case you're
getting a
> tuned X bitmap font, in the mule case a scaled font. Try
>
> (font-truename (face-font (get-face 'default)))
>
> in each and see what you get.
Jason> I get the same result in each:
Jason> "-Adobe-Courier-Medium-R-Normal--12-120-75-75-M-70-ISO8859-1"
Then it's a server-specific issue. X doesn't give apps a way to
specify a font other than the XLFD, and in the fully qualified case as
here, there's no room for more specifity.
Apparently X does not define any particular behavior for XListFonts or
XLoadFont, and XListFonts and XLoadFont do not seem to be related in
the sense that the font that will be loaded by XLoadFont can be
deduced from the output of XListFonts.
You could try playing with the FontPath to give priority to unscaled
fonts from 75dpi and 100dpi. As a last resort, you can munge the
fonts.dir files to distinguish between the font files that are loaded.
> What X server are you using? Apple's?
Jason> Apple's, yes.
OK. I didn't have time to build a no-mule last night, but I'm using
XDarwin so it's likely to not work the same for me anyway.
--
Institute of Policy and Planning Sciences
http://turnbull.sk.tsukuba.ac.jp
University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
Ask not how you can "do" free software business;
ask what your business can "do for" free software.