emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [unicode-2] Chinese characters too small


From: Zhang Wei
Subject: Re: [unicode-2] Chinese characters too small
Date: Thu, 12 Jul 2007 19:53:22 +0800
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50

Leo <address@hidden> writes:

[...]

> (when window-system
>   (set-fontset-font (frame-parameter nil 'font)
>                   'han '("FZSongTi" . "unicode-bmp")))

The problem is that we can't specify different pixelsize for different
script. If we specify a font in the command line:

emacs --enable-font-backend -fn "Bitstream Vera Sans Mono-14"

then all script will use 14 pixelsize font. We could specify a different
font for some scripts with `set-fontset-font', such as:

(set-fontset-font (frame-parameter nil 'font)
                    'han '("SimSun" . "unicode-bmp"))

but we can't change the fontsize:

(set-fontset-font (frame-parameter nil 'font)
                    'han '("SimSun-16" . "unicode-bmp"))

won't work. We hope `set-fontset-font' could be used for changing
fontsize also.










reply via email to

[Prev in Thread] Current Thread [Next in Thread]