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

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

Re: set-face-attribute width condensed/expanded no difference? (Mac)


From: Xah Lee
Subject: Re: set-face-attribute width condensed/expanded no difference? (Mac)
Date: Fri, 23 Nov 2007 10:28:37 -0800 (PST)
User-agent: G2/1.0

about choosing a font with narrow spacing ...

In carbon emacs, you can turn on a bunch of unicode fonts that
wouldn't normally show.

do this:

; make available extra CJK-font for carbon emacs in the menu
(if (eq window-system 'mac) (require 'carbon-font))

currently i use the following font:

; about carbon emacs fonts, see /Applications/Emacs.app/Contents/
Resources/site-lisp/mac/carbon-font.el
(if (featurep 'carbon-emacs-package) (fixed-width-set-default-fontset
"-*-*-medium-r-normal--14-*-*-*-*-*-fontset-hirakaku_w6"))

not sure how this compares to your desired narrowness but worth a
shot.

  Xah
  xah@xahlee.org
\xAD\xF4 http://xahlee.org/

On Nov 23, 7:18 am, Presto <prest...@gmail.com> wrote:
> On Nov 23, 5:56 pm, Peter Dyballa <Peter_Dyba...@Web.DE> wrote:
>
> > Am 23.11.2007 um 14:21 schrieb Presto:
>
> > > In Leopard's Terminal I can choose Andale Mono and adjust the
> > > character spacing with a slider control, so I thought this was a
> > > dynamically calculated feature. I'm hoping Emacs works the same way.
>
> > Neither Carbon Emacsen nor Emacs.app support this. Yet.
>
> Thanks for the information. Is there any hack (possibly involving
> building from source) with which I could set character spacing? Even
> setting a constant for all fonts would suffice.
>
> Alternatively, is there a source code file in CVS that I can track to
> discover when support is added? (Looking at commit logs)
>
> -m



reply via email to

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