From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Alain M." Subject: Fonts for CP850 - patch Date: Wed, 27 May 2009 23:26:54 -0300 Message-ID: <4A1DF66E.7090204@pobox.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Sender: linux-msdos-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: dosEmu-list Here is my final patch from the promissed group of 3. With these 3, I can use Dosemu as should be :) All are against current SVN 1890 I hope that I these make their way to SVN ---------- This patch adds 2 fonts for CodePage 850 (latin1), mostly used in Brazil and Latin countries. These fonts are GPL, copied from the Debian project, at If this patch is applied to a directory where dosemu as already been compiled and installed once, these steps are necessary for the new fonts to be installed: 1) delete ALL .pcf.gz from directory dosemu/etc 2) delete the directory /usr/local/share/dosemu/Xfonts 3) recompile and reinstall dosemu: make; sudo make install These fonts were chosen for practical reasons: the 8x14 is exactly the same as the original PC font, so it behaves very well. The other is bigger (Bart's suggestion) chosen for good aspect. I use these dayly for a few years (the 8x14), the are very good. ---------- Alain Mouette