From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LKClP-0000kq-EK for mharc-grub-devel@gnu.org; Tue, 06 Jan 2009 09:18:35 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LKClO-0000kY-Di for grub-devel@gnu.org; Tue, 06 Jan 2009 09:18:34 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LKClM-0000k8-5H for grub-devel@gnu.org; Tue, 06 Jan 2009 09:18:33 -0500 Received: from [199.232.76.173] (port=58261 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LKClL-0000k3-Ue for grub-devel@gnu.org; Tue, 06 Jan 2009 09:18:31 -0500 Received: from mta-out.inet.fi ([195.156.147.13]:55843 helo=kirsi1.inet.fi) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LKClL-0007AT-FS for grub-devel@gnu.org; Tue, 06 Jan 2009 09:18:31 -0500 Received: from [192.168.1.102] (84.248.105.254) by kirsi1.inet.fi (8.5.014) id 48FC5AC9035B78F5 for grub-devel@gnu.org; Tue, 6 Jan 2009 16:18:29 +0200 Message-ID: <49636827.8050303@nic.fi> Date: Tue, 06 Jan 2009 16:18:15 +0200 From: =?ISO-8859-1?Q?Vesa_J=E4=E4skel=E4inen?= User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: The development of GRUB 2 References: In-Reply-To: X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Subject: Re: [PATCH] Converter for the new font engine X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jan 2009 14:18:34 -0000 Bean wrote: > Hi, > > This patch converts existing font to pf2. It uses the freetype2 > library, so it can support most common file format, like bdf, pcf.gz, > ttf, etc. > > Usage: grub-mkfont [OPTIONS] FONT_FILES > > Options: > -o, --output=FILE_NAME set output file name > -i, --index=N set font index > -n, --name=S set font name > -s, --size=N set font size > -d, --desc=N set font descent > -b, --bold convert to bold font > -a, --auto-hint enable autohint > --no-bitmap don't use bitmap glyth > -h, --help display this message and exit > -V, --version print version information and exit > -v, --verbose print verbose message Whoa... that was fast. I hope Colin didn't start yet with his implementation. Anyway. I think there needs to be support to specify ranges to font files do not bloat unneededly. Perhaps --range=0x1234-0x2345 ? (and allowing multiple of those) Btw. what does --no-bitmap do here?