tno more lucida - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 4590ad02ccc98f1324b38d77e6cf2aa89b24113a
(DIR) parent 0f559fe6e136ffaeed9c4f50c49feab335f90ab9
(HTM) Author: rsc <devnull@localhost>
Date: Sun, 19 Mar 2006 23:51:01 +0000
no more lucida
Diffstat:
M src/cmd/acme/acme.c | 2 +-
M src/cmd/scat/plot.c | 2 +-
M src/cmd/troff2html/troff2html.c | 6 +++---
M src/cmd/venti/srv/graph.c | 2 +-
4 files changed, 6 insertions(+), 6 deletions(-)
---
(DIR) diff --git a/src/cmd/acme/acme.c b/src/cmd/acme/acme.c
t@@ -36,7 +36,7 @@ Rune snarfrune[NSnarf+1];
char *fontnames[2] =
{
- "/lib/font/bit/lucidasans/euro.8.font",
+ "/lib/font/bit/lucsans/euro.8.font",
"/lib/font/bit/lucm/unicode.9.font",
};
(DIR) diff --git a/src/cmd/scat/plot.c b/src/cmd/scat/plot.c
t@@ -47,7 +47,7 @@ double mapscale;
double maps;
int (*projection)(struct place*, double*, double*);
-char *fontname = "/lib/font/bit/lucida/unicode.6.font";
+char *fontname = "/lib/font/bit/luc/unicode.6.font";
/* types Coord and Loc correspond to types in map(3) thus:
Coord == struct coord;
(DIR) diff --git a/src/cmd/troff2html/troff2html.c b/src/cmd/troff2html/troff2html.c
t@@ -68,11 +68,11 @@ struct HTMLfont{
HTMLfont htmlfonts[] =
{
"R", nil, 0,
- "LucidaSans", nil, 0,
+ "LuxiSans", nil, 0,
"I", "i", Italic,
- "LucidaSansI", "i", Italic,
+ "LuxiSans-Oblique", "i", Italic,
"CW", "tt", CW,
- "LucidaCW", "tt", CW,
+ "LuxiMono", "tt", CW,
nil, nil,
};
(DIR) diff --git a/src/cmd/venti/srv/graph.c b/src/cmd/venti/srv/graph.c
t@@ -55,7 +55,7 @@ ginit(void)
first = 0;
memimageinit();
- smallfont = openmemsubfont(unsharp("#9/font/lucidasans/lstr.10"));
+ smallfont = openmemsubfont(unsharp("#9/font/lucsans/lstr.10"));
black = memblack;
blue = allocrepl(DBlue);
red = allocrepl(DRed);