all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* font too small or too big
@ 2013-11-10 12:46 jidanni
  2013-11-10 14:00 ` Peter Dyballa
  0 siblings, 1 reply; 7+ messages in thread
From: jidanni @ 2013-11-10 12:46 UTC (permalink / raw)
  To: help-gnu-emacs

My favorite
	 (font . "-sony-fixed-medium-r-normal--16-120-100-100-c-80-iso8859-1")
is now too small for me, but
	 (font . "-sony-fixed-medium-r-normal--24-120-100-100-c-80-iso8859-1")
is too big, and there is no -20-, and other fonts are too ugly.

Yes I tried C-x C-= which runs the command text-scale-adjust.



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: font too small or too big
  2013-11-10 12:46 font too small or too big jidanni
@ 2013-11-10 14:00 ` Peter Dyballa
  2013-11-10 14:37   ` jidanni
  0 siblings, 1 reply; 7+ messages in thread
From: Peter Dyballa @ 2013-11-10 14:00 UTC (permalink / raw)
  To: jidanni; +Cc: help-gnu-emacs

Modern X servers should be able to produce any intermediate size on the fly.

Did you try to display your intermediate size in xlfd or xfontsel?

--
Greetings

  Pete

I wouldn't recommend sex, drugs or insanity for everyone, but they've always worked for me.
				– Hunter S. Thompson




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: font too small or too big
  2013-11-10 14:00 ` Peter Dyballa
@ 2013-11-10 14:37   ` jidanni
  2013-11-10 14:51     ` Peter Dyballa
  0 siblings, 1 reply; 7+ messages in thread
From: jidanni @ 2013-11-10 14:37 UTC (permalink / raw)
  To: peter_dyballa; +Cc: help-gnu-emacs

>>>>> "PD" == Peter Dyballa <Peter_Dyballa@Web.DE> writes:
PD> Modern X servers should be able to produce any intermediate size on the fly.

PD> Did you try to display your intermediate size in xlfd or xfontsel?

xfontsel has 16,17,24 in black, the rest of the sizes in grey.

How do I make 20?



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: font too small or too big
  2013-11-10 14:37   ` jidanni
@ 2013-11-10 14:51     ` Peter Dyballa
  2013-11-10 15:17       ` jidanni
  0 siblings, 1 reply; 7+ messages in thread
From: Peter Dyballa @ 2013-11-10 14:51 UTC (permalink / raw)
  To: jidanni; +Cc: help-gnu-emacs


Am 10.11.2013 um 15:37 schrieb jidanni@jidanni.org:

> How do I make 20?

This is not your task, the X server will do it. On-the-fly. Just request it!

--
Greetings

  Pete

If it dies, it's biology.  If it blows up, it's chemistry. If it doesn't work, it's physics.
			– University washroom sgraffito




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: font too small or too big
  2013-11-10 14:51     ` Peter Dyballa
@ 2013-11-10 15:17       ` jidanni
  2013-11-10 16:10         ` Charles Philip Chan
  0 siblings, 1 reply; 7+ messages in thread
From: jidanni @ 2013-11-10 15:17 UTC (permalink / raw)
  To: peter_dyballa; +Cc: help-gnu-emacs

>>>>> "PD" == Peter Dyballa <peter_dyballa@web.de> writes:

>> How do I make 20?

PD> This is not your task, the X server will do it. On-the-fly. Just request it!

OK to test it I even tried
# su - nobody #super clean environment
$ HOME=/tmp emacs -fn -sony-fixed-medium-r-normal--48-120-100-100-c-80-iso8859-1
But that acts just like
$ emacs
besides the man page says
              -fn font, --font font
                      Set the Emacs window's font to that specified  by  font.
                      You   will   find   the   various   X   fonts   in   the
                      /usr/lib/X11/fonts directory.
But here on Debian Sid there is no such directory.



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: font too small or too big
  2013-11-10 15:17       ` jidanni
@ 2013-11-10 16:10         ` Charles Philip Chan
  2013-11-10 17:29           ` Peter Dyballa
  0 siblings, 1 reply; 7+ messages in thread
From: Charles Philip Chan @ 2013-11-10 16:10 UTC (permalink / raw)
  To: help-gnu-emacs

[-- Attachment #1: Type: text/plain, Size: 1163 bytes --]

jidanni@jidanni.org writes:

>>>>>> "PD" == Peter Dyballa <peter_dyballa@web.de> writes:

> PD> This is not your task, the X server will do it. On-the-fly. Just
> PD> request it!

Are you sure? It looks like the OP is using a bitmap font with fixed
sizes.

> OK to test it I even tried
> # su - nobody #super clean environment
> $ HOME=/tmp emacs -fn
> -sony-fixed-medium-r-normal--48-120-100-100-c-80-iso8859-1

To get an arbitrary size you should be using a scalable font (ie
truetype, type 1, etc). For example, if you have the DejaVu fonts
installed, try:

     emacs -fn "DejaVu Sans Mono-16"

> besides the man page says
>               -fn font, --font font
>                       Set the Emacs window's font to that specified  by  font.
>                       You   will   find   the   various   X   fonts   in   the
>                       /usr/lib/X11/fonts directory.
> But here on Debian Sid there is no such directory.

Try /usr/share/fonts

Charles

-- 
"Absolutely nothing should be concluded from these figures except that
no conclusion can be drawn from them."
(By Joseph L. Brothers, Linux/PowerPC Project)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: font too small or too big
  2013-11-10 16:10         ` Charles Philip Chan
@ 2013-11-10 17:29           ` Peter Dyballa
  0 siblings, 0 replies; 7+ messages in thread
From: Peter Dyballa @ 2013-11-10 17:29 UTC (permalink / raw)
  To: Charles Philip Chan; +Cc: help-gnu-emacs

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


Am 10.11.2013 um 17:10 schrieb Charles Philip Chan:

> Are you sure? It looks like the OP is using a bitmap font with fixed
> sizes.

Maybe you're right and the service only works for scalable fonts! (I stopped using bitmapped fonts in last millennium.)

- --
Greetings

  Pete

Let's face it; we don't want a free market economy either.
		– James Farley, president, Coca-Cola Export Corp., 1959

-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0.20 (Darwin)
Comment: GPGTools - http://gpgtools.org

iEYEARECAAYFAlJ/wpgACgkQNkpl4NeD2QDSjACfTmVSCH6Rh0UGftyzLNR4HsV2
kEMAnjo8ByBRY/AKsfacNp6BHY5CPPtQ
=etOI
-----END PGP SIGNATURE-----



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-11-10 17:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-10 12:46 font too small or too big jidanni
2013-11-10 14:00 ` Peter Dyballa
2013-11-10 14:37   ` jidanni
2013-11-10 14:51     ` Peter Dyballa
2013-11-10 15:17       ` jidanni
2013-11-10 16:10         ` Charles Philip Chan
2013-11-10 17:29           ` Peter Dyballa

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.