9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] vera fonts
@ 2007-10-12 14:04 erik quanstrom
  2007-10-12 14:12 ` erik quanstrom
  0 siblings, 1 reply; 2+ messages in thread
From: erik quanstrom @ 2007-10-12 14:04 UTC (permalink / raw)
  To: 9fans

i put the vera fonts onto sources.  for a quick trial

	; ramfs
	; 9fs sources
	; cp /n/sources/contrib/quanstro/subpixel/bin/386/rio /tmp
	; bind -b /n/sources/contrib/quanstro/subpixel/lib/font/bit/ /lib/font/bit/
	; font=/lib/font/bit/vera/unicode.12.font /tmp/rio

this will be slow.  to download and use the fonts

	; 9fs sources
	; cd /lib/font/bit
	; bunzip2 -c /n/sources/contrib/quanstro/subpixel/vera.tbz|tar x
	; cp /n/sources/contrib/quanstro/subpixel/bin/386/rio /386/bin
	; font=/lib/font/bit/vera/unicode.12.font rio

the reason for rio is to pick up small fix for highlighting.

the abaco there is the version i used for the screenshot and only has a
different set of font paths from /n/sources/contrib/quanstro/src/abaco.

enjoy!

- erik


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

* Re: [9fans] vera fonts
  2007-10-12 14:04 [9fans] vera fonts erik quanstrom
@ 2007-10-12 14:12 ` erik quanstrom
  0 siblings, 0 replies; 2+ messages in thread
From: erik quanstrom @ 2007-10-12 14:12 UTC (permalink / raw)
  To: 9fans

here's the fonts for abaco

static char *fontpaths[] = {
	"/lib/font/bit/vera/vera.10.font",
	"/lib/font/bit/vera/vera.12.font",
	"/lib/font/bit/vera/vera.14.font",
	"/lib/font/bit/vera/vera.16.font",
	"/lib/font/bit/vera/vera.20.font",

	"/lib/font/bit/verait/vera.10.font",
	"/lib/font/bit/verait/vera.12.font",
	"/lib/font/bit/verait/vera.14.font",
	"/lib/font/bit/verait/vera.16.font",
	"/lib/font/bit/verait/vera.20.font",

	"/lib/font/bit/verabd/vera.10.font",
	"/lib/font/bit/verabd/vera.12.font",
	"/lib/font/bit/verabd/vera.14.font",
	"/lib/font/bit/verabd/vera.16.font",
	"/lib/font/bit/verabd/vera.20.font",

	"/lib/font/bit/veram/vera.10.font",
	"/lib/font/bit/veram/vera.12.font",
	"/lib/font/bit/veram/vera.14.font",
	"/lib/font/bit/veram/vera.16.font",
	"/lib/font/bit/veram/vera.20.font",
};

- erik


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

end of thread, other threads:[~2007-10-12 14:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-12 14:04 [9fans] vera fonts erik quanstrom
2007-10-12 14:12 ` erik quanstrom

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).