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/mix12.bdf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'fonts/mix12.bdf') diff --git a/fonts/mix12.bdf b/fonts/mix12.bdf index f2700463c7..c7569a21c1 100644 --- a/fonts/mix12.bdf +++ b/fonts/mix12.bdf @@ -2,9 +2,11 @@ STARTFONT 2.1 FONT rockbox-font-mix-12pt SIZE 12 75 75 FONTBOUNDINGBOX 25 15 -12 -3 -STARTPROPERTIES 3 +STARTPROPERTIES 4 FONT_ASCENT 11 FONT_DESCENT 3 +CHARSET_REGISTRY "ISO10646" +CHARSET_ENCODING "1" ENDPROPERTIES CHARS 43789 STARTCHAR char0 -- cgit v1.2.3