help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Display characters with a different size?


From: Peter Dyballa
Subject: Re: Display characters with a different size?
Date: Sun, 10 Jun 2012 18:26:48 +0200

Am 10.06.2012 um 16:02 schrieb XeCycle:

> I therefore want to tell Emacs to display those Chinese
> characters with width twice the same as the former, and height
> same as the former.

Does that mean that these would look like on a Cinemascope screen?

Creating a fontset that uses for different Unicode ranges different (sized) 
fonts should be the way. Like that X resource maybe:

        (create-fontset-from-fontset-spec
          "-apple-monaco-medium-r-normal--9-*-*-*-*-*-fontset-monaco,
          ascii:-apple-monaco-medium-r-normal--9-90-75-75-m-90-mac-roman,
        
latin-iso8859-15:-apple-monaco-medium-r-normal--9-90-75-75-m-90-mac-roman,
        
latin-iso8859-1:-apple-monaco-medium-r-normal--9-90-75-75-m-90-mac-roman")
        
        (set-frame-font "fontset-monaco")
        
        (add-to-list 'default-frame-alist
         '(font . "fontset-monaco"))

Maybe you can use fontconfig names like <font name>-9...

--
Greetings

  Pete

The best way to accelerate a PC is 9.8 m/s²




reply via email to

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