Crossfire Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AAAAh, slow.




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