From owner-freebsd-hackers Tue Jul 4 22:32:21 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA04124 for hackers-outgoing; Tue, 4 Jul 1995 22:32:21 -0700 Received: from cs.weber.edu (cs.weber.edu [137.190.16.16]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id WAA04118 for ; Tue, 4 Jul 1995 22:32:20 -0700 Received: by cs.weber.edu (4.1/SMI-4.1.1) id AA07944; Tue, 4 Jul 95 23:25:23 MDT From: terry@cs.weber.edu (Terry Lambert) Message-Id: <9507050525.AA07944@cs.weber.edu> Subject: Re: Japanese fonts? To: jkh@freefall.cdrom.com (Jordan K. Hubbard) Date: Tue, 4 Jul 95 23:25:22 MDT Cc: hackers@freebsd.org In-Reply-To: <2279.804917759@freefall.cdrom.com> from "Jordan K. Hubbard" at Jul 4, 95 09:15:59 pm X-Mailer: ELM [version 2.4dev PL52] Sender: hackers-owner@freebsd.org Precedence: bulk > > I'd like to have the japanese fonts show up correctly in syscons, just > as Cyrillic (Russian) text shows up now. This would allow us to stop > imposing the hard-to-read "romaji" japanese text on our poor Japanese > readers. Am I just dreaming? Can anyone suggest any ways of bringing > this goal closer to fruition? The easiest way is to use a gif or jpg instead of text. consider: 14x14x20,000 = 3920000 bits = 490000 bytes = 479k. Note that such a font would not load into the video cards font memory, since it's maxed out at 512 characters. You could do a Katakana/Hirugana (Kana) font (phonetic Japanese/foreign) in 46 characters each (ie: it'd fit in a standard ASCII map). Of course, then it would read like a childs book. Terry Lambert terry@cs.weber.edu --- Any opinions in this posting are my own and not those of my present or previous employers.