9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Russ Cox <rsc@swtch.com>
To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
Subject: Re: [9fans] nice appearance to Times font with accented characters (in acme)?
Date: Tue, 29 Sep 2009 08:18:07 -0700	[thread overview]
Message-ID: <dd6fe68a0909290818r10f884bay1d09e9d902a4ad25@mail.gmail.com> (raw)
In-Reply-To: <d50d7d460909282150m46014480l56623cb96463930e@mail.gmail.com>

> better than the default Lucida (there's no "bit" directory, so which
> file actually defines the default euro.8.font plan9port-acme uses?),

The default fonts are

roro=; cd $PLAN9/src/cmd/acme
roro=; g /lib/font
acme.c:41: 	"/lib/font/bit/lucsans/euro.8.font",
acme.c:42: 	"/lib/font/bit/lucm/unicode.9.font"
roro=;

As a compatibility hack, the plan9port graphics code
knows to translate a path beginning with /lib/font/bit
into one that begins $PLAN9/font.

If you are using OS X, you can take advantage of the
font server, which synthesizes Plan 9 font bitmaps using the
native fonts.  See http://swtch.com/~rsc/acme-font.html

If you are using X11, you could do the same but first
you'd have to implement the X11 support in
$PLAN9/src/cmd/fontsrv.

Russ


      reply	other threads:[~2009-09-29 15:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-29  4:50 Jason Catena
2009-09-29 15:18 ` Russ Cox [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=dd6fe68a0909290818r10f884bay1d09e9d902a4ad25@mail.gmail.com \
    --to=rsc@swtch.com \
    --cc=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).