Crossfire Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
AAAAh, slow.
- To: , crossfire (at) ifi.uio.no
- Subject: AAAAh, slow.
- From: Tony Elmroth <>
- Date: Sun, 19 Jul 92 18:22:18 +0200
- In-Reply-To: Skud the Great's message of Sat, 18 Jul 92 17:39:49 PDT <>
There is a bug in cd.patch.2 (and cd.patch.all).
I did forget to put -name $(FONTNAME) argument to xbmtobdf.
The font target in Imakefile should look like:
font: xbmtobdf
$(RM) $(FONTNAME).bdf $(FONTNAME).$(FONTTYPE)
( cd bitmaps; ../xbmtobdf -name $(FONTNAME) -f ../bmaps.$(FONTNAME) * > ../$(FONTNAME).bdf )
chmod 644 $(FONTNAME).bdf
bdfto$(FONTTYPE) < $(FONTNAME).bdf > $(FONTNAME).$(FONTTYPE)
Then the font name within crossfire and the font will be the same.
Tony