all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* different fonts and different line spacings
@ 2009-05-22  4:43 Kiwon Um
  2009-05-22 17:20 ` Peter Dyballa
  0 siblings, 1 reply; 2+ messages in thread
From: Kiwon Um @ 2009-05-22  4:43 UTC (permalink / raw)
  To: help-gnu-emacs

Hello. One question is here.

I'm now using the latest emacs from cvs, checked out at 22 May 2009.
In my .emacs configuration:
(set-face-font 'default (font-spec :foundry "xos4" :family
"terminus" :size 14))
(set-fontset-font nil
                  'korean-ksc5601
                  (font-spec :family "UnDotum" :registry "unicode-
bmp" :lang "ko" :size 14)))

The problem is that even though the sizes of both are same, the line
spaces between some English sentences are different with those between
Korean sentences. It seems to come from the properties of the fonts,
but I don't know much about this.

I wonder if it is possible to set this line spacing manually.
Thanks.


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

* Re: different fonts and different line spacings
  2009-05-22  4:43 different fonts and different line spacings Kiwon Um
@ 2009-05-22 17:20 ` Peter Dyballa
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Dyballa @ 2009-05-22 17:20 UTC (permalink / raw)
  To: Kiwon Um; +Cc: help-gnu-emacs


Am 22.05.2009 um 06:43 schrieb Kiwon Um:

> The problem is that even though the sizes of both are same, the line
> spaces between some English sentences are different with those between
> Korean sentences.

Latin, Greek, and Cyrillic fonts, for example, have ascenders and  
descenders. The latter produces a larger space between the lines of  
ascenders. Maybe it works better, when there's no Korean font with  
monospaced Latin glyphs, that could also be used for ISO Latin  
encodings, when you enlarge the Korean font's size slightly ...

--
Mit friedvollen Grüßen

   Pete

When in doubt, use brute force.
				– Ken Thompson





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

end of thread, other threads:[~2009-05-22 17:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-22  4:43 different fonts and different line spacings Kiwon Um
2009-05-22 17:20 ` 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.