From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1S02o3-0000ax-W1 for mharc-grub-devel@gnu.org; Tue, 21 Feb 2012 22:23:51 -0500 Received: from eggs.gnu.org ([140.186.70.92]:50194) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S02o0-0000ZC-AQ for grub-devel@gnu.org; Tue, 21 Feb 2012 22:23:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S02nz-00013K-Df for grub-devel@gnu.org; Tue, 21 Feb 2012 22:23:48 -0500 Received: from mail-ee0-f41.google.com ([74.125.83.41]:38173) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S02nz-00013G-5g for grub-devel@gnu.org; Tue, 21 Feb 2012 22:23:47 -0500 Received: by eekc13 with SMTP id c13so3069471eek.0 for ; Tue, 21 Feb 2012 19:23:46 -0800 (PST) Received-SPF: pass (google.com: domain of phcoder@gmail.com designates 10.14.98.73 as permitted sender) client-ip=10.14.98.73; Authentication-Results: mr.google.com; spf=pass (google.com: domain of phcoder@gmail.com designates 10.14.98.73 as permitted sender) smtp.mail=phcoder@gmail.com; dkim=pass header.i=phcoder@gmail.com Received: from mr.google.com ([10.14.98.73]) by 10.14.98.73 with SMTP id u49mr8804563eef.35.1329881026222 (num_hops = 1); Tue, 21 Feb 2012 19:23:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=Ot7thFyRl4A7h1JPVAidIBCkrIjZmz9ExcC13vBLI4g=; b=A+qO4Z1e7v8omtyoFoWbzdKay34GoGKL2EkROKqRrBzFQbyXdW26VqE9j55taT0AfP +wfJ66N3bzqJ/mzWuSbFLAo/IJQnqnkPAbSIjBalS5NP2o57Zl1fDCrddyo+p26xyZ1U ERBtJqnuMSu7oU5zWemPZAOL66D6e+SkPV8aQ= Received: by 10.14.98.73 with SMTP id u49mr6968656eef.35.1329881026078; Tue, 21 Feb 2012 19:23:46 -0800 (PST) Received: from debian.x201.phnet (93-234.197-178.cust.bluewin.ch. [178.197.234.93]) by mx.google.com with ESMTPS id w60sm97502721eeb.4.2012.02.21.19.23.43 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 21 Feb 2012 19:23:44 -0800 (PST) Message-ID: <4F445FBD.3020109@gmail.com> Date: Wed, 22 Feb 2012 04:23:41 +0100 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20120216 Icedove/8.0 MIME-Version: 1.0 To: grub-devel@gnu.org Subject: Re: grub-mkfont generate errors when converting truetype fonts References: <1329877070.93805.YahooMailNeo@web113507.mail.gq1.yahoo.com> In-Reply-To: <1329877070.93805.YahooMailNeo@web113507.mail.gq1.yahoo.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 74.125.83.41 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2012 03:23:49 -0000 On 22.02.2012 03:17, Towheed Mohammed wrote: > Whenever you grub-mkfont is used to convert truetype fonts to PFF2 fonts, it generates several errors. For example: > grub-mkfont -v -s 12 -r 0x0-0x7F -o ~/Documents/dejavu-sans-12.pf2 /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf > gives the following error: It's not errors. Just warnings that the resulting pf2 will be of lesser quality than source TTF > This is a long-standing issue with grub-mkfont that started somewhere in the later releases of 1.98. This never occurred in earlier releaes of 1.98. The earlier versions just ignored the features altogether. Newer report them but it's *warnings*, not errors. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko