no more lucida
This commit is contained in:
parent
0f559fe6e1
commit
4590ad02cc
4 changed files with 6 additions and 6 deletions
|
|
@ -36,7 +36,7 @@ Rune snarfrune[NSnarf+1];
|
||||||
|
|
||||||
char *fontnames[2] =
|
char *fontnames[2] =
|
||||||
{
|
{
|
||||||
"/lib/font/bit/lucidasans/euro.8.font",
|
"/lib/font/bit/lucsans/euro.8.font",
|
||||||
"/lib/font/bit/lucm/unicode.9.font",
|
"/lib/font/bit/lucm/unicode.9.font",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,7 @@ double mapscale;
|
||||||
double maps;
|
double maps;
|
||||||
int (*projection)(struct place*, double*, double*);
|
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:
|
/* types Coord and Loc correspond to types in map(3) thus:
|
||||||
Coord == struct coord;
|
Coord == struct coord;
|
||||||
|
|
|
||||||
|
|
@ -68,11 +68,11 @@ struct HTMLfont{
|
||||||
HTMLfont htmlfonts[] =
|
HTMLfont htmlfonts[] =
|
||||||
{
|
{
|
||||||
"R", nil, 0,
|
"R", nil, 0,
|
||||||
"LucidaSans", nil, 0,
|
"LuxiSans", nil, 0,
|
||||||
"I", "i", Italic,
|
"I", "i", Italic,
|
||||||
"LucidaSansI", "i", Italic,
|
"LuxiSans-Oblique", "i", Italic,
|
||||||
"CW", "tt", CW,
|
"CW", "tt", CW,
|
||||||
"LucidaCW", "tt", CW,
|
"LuxiMono", "tt", CW,
|
||||||
nil, nil,
|
nil, nil,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -55,7 +55,7 @@ ginit(void)
|
||||||
|
|
||||||
first = 0;
|
first = 0;
|
||||||
memimageinit();
|
memimageinit();
|
||||||
smallfont = openmemsubfont(unsharp("#9/font/lucidasans/lstr.10"));
|
smallfont = openmemsubfont(unsharp("#9/font/lucsans/lstr.10"));
|
||||||
black = memblack;
|
black = memblack;
|
||||||
blue = allocrepl(DBlue);
|
blue = allocrepl(DBlue);
|
||||||
red = allocrepl(DRed);
|
red = allocrepl(DRed);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue