From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:60686) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jRRrK-0007UE-JB for guix-patches@gnu.org; Wed, 22 Apr 2020 22:45:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jRRrK-0000zD-4b for guix-patches@gnu.org; Wed, 22 Apr 2020 22:45:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42198) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jRRrJ-0000y7-Ng for guix-patches@gnu.org; Wed, 22 Apr 2020 22:45:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jRRrJ-00007g-KX for guix-patches@gnu.org; Wed, 22 Apr 2020 22:45:01 -0400 Subject: [bug#40708] gnu: font-gnu-unifont: Unify outputs for fonts. Resent-Message-ID: Date: Wed, 22 Apr 2020 22:44:09 -0400 From: Raghav Gururajan Message-ID: <20200422224409.22805bb0.raghavgururajan@disroot.org> In-Reply-To: <20200423023022.GA10882@jasmine.lan> References: <20200419012441.62891acb.raghavgururajan@disroot.org> <20200423023022.GA10882@jasmine.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Leo Famulari Cc: 40708@debbugs.gnu.org Hi Leo! > There is a significant size difference between these outputs. Is there > any prior discussion about what they are used for? Is there something to > gain by combining them? Not sure about discussion, but it is better to combine fonts and keep just binaries separate. Because if a user install unifont to use in their applications, not all of them gonna use ttf. Some apps gonna look for otf formats. It would be confusing to install three different outputs for get all formats. Regards, RG.