From 95c62a28f9d9491fbe7c2270d16b52a40cb746d7 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Tue, 2 Sep 2008 20:09:47 +0000 Subject: Font cleaup step 2: * Removed 00-Starmap_r400-8 - Bad unicode coverage, pretended to be a Win-1252 font, but was little more than pure ASCII, with many placeholders/ empty characters. * Removed win_crox* - broken encoding. RAWIN-R is neither Win-1251 nor ISO8859-5. * Converted jackash-16 to unicode (was CP437 in spite of what it said). * Fix several fonts to state their encoding, and change ISO8859-1 to ISO10646-1 for consistency. Fix property counts while we are at it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18385 a1c6a512-1295-4272-9138-f99709370657 --- fonts/proportional.bdf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'fonts/proportional.bdf') diff --git a/fonts/proportional.bdf b/fonts/proportional.bdf index a2261d96c4..d999144c7a 100644 --- a/fonts/proportional.bdf +++ b/fonts/proportional.bdf @@ -1,5 +1,5 @@ STARTFONT 2.1 -FONT -classic-rockboxpropfont-Medium-R-Normal--8-80-75-75-P-50-FontSpecific-0 +FONT -classic-rockboxpropfont-Medium-R-Normal--8-80-75-75-P-50-ISO10646-1 SIZE 8 75 75 FONTBOUNDINGBOX 7 8 1 0 STARTPROPERTIES 25 @@ -23,8 +23,8 @@ RESOLUTION_Y 75 RESOLUTION 75 SPACING "P" AVERAGE_WIDTH 50 -CHARSET_REGISTRY "FontSpecific" -CHARSET_ENCODING "0" +CHARSET_REGISTRY "ISO10646" +CHARSET_ENCODING "1" CHARSET_COLLECTIONS "ASCII ISOLatin1Encoding FontSpecific" FULL_NAME "rockbox-prop-font medium" COPYRIGHT "by Uwe Freese, mail@uwe-freese.de 09/2002. V1.1" -- cgit v1.2.3