From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Supporting stylistic sets Date: Sat, 24 Sep 2022 15:35:14 +0300 Message-ID: <83bkr5ne65.fsf@gnu.org> References: <83wn9up0es.fsf@gnu.org> <83illeou0j.fsf@gnu.org> <83r101ntwi.fsf@gnu.org> <83illdnpn3.fsf@gnu.org> <83h70xnp43.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="7512"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: =?utf-8?B?4KS44KSu4KWA4KSwIOCkuOCkv+CkguCkuSBTYW1lZXIgU2luZ2g=?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Sep 24 14:58:40 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oc4jv-0001kG-Dm for ged-emacs-devel@m.gmane-mx.org; Sat, 24 Sep 2022 14:58:39 +0200 Original-Received: from localhost ([::1]:43740 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oc4ju-0004Ub-7m for ged-emacs-devel@m.gmane-mx.org; Sat, 24 Sep 2022 08:58:38 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:58150) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oc4Np-0001Kp-L1 for emacs-devel@gnu.org; Sat, 24 Sep 2022 08:35:51 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:55336) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oc4Np-0002Yx-Cv; Sat, 24 Sep 2022 08:35:49 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=LijLh8amsi+kW/pQVLTU7oAg6XJlziNfMTFF8GEJ+a4=; b=OSIa/QfjZSTJ/2U0sjXp 46qBsPVkezJxp0V5rAAe00wkx2Ugts7Ua6OflnJlipIWfIapg2uZXs7Ij+AvXBVxkF6i4LJiXCDLx kX6f2+ZT0EBMobG04845Cj7tujwHyRgZlcLa8TqPSAbRNa4K33lQ1P4K5Ne4fsUpZLqgi9/iEqpLb wBgJQgOueKTD3e4blZlYzaA2+Pwm1Bo+X/wYUkctkW1bKV5ugetCt58ouudbvTWfN9fmLwqGgsD+v fiZ5MlMqyOvn9YNCK+VGbdBkN68GVjDJCCPqIudBho8PYnOsFOJ70k4js39SXUdXQKFIbe+3qPTpS +94ZF6/ASF3OVw==; Original-Received: from [87.69.77.57] (port=2471 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oc4NU-0000Pv-7Y; Sat, 24 Sep 2022 08:35:36 -0400 In-Reply-To: (message from =?utf-8?B?4KS44KSu4KWA4KSwIOCkuOCkv+CkguCkuQ==?= Sameer Singh on Sat, 24 Sep 2022 17:39:55 +0530) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:296143 Archived-At: > From: समीर सिंह Sameer Singh > Date: Sat, 24 Sep 2022 17:39:55 +0530 > Cc: emacs-devel@gnu.org > > It seems to be the case in hb-view too. > Here is the priority order for "0" in FiraCode > hb-view --features='cv11,zero' FiraCode-Regular.ttf '0000' -O png > test.png gives zero > hb-view --features='cv11,cv12' FiraCode-Regular.ttf '0000' -O png > test.png gives cv11 > hb-view --features='cv12,cv13' FiraCode-Regular.ttf '0000' -O png > test.png gives cv12 > > It was also in the case of the Iosevka font file. Sorry, I don't understand: what is "it" in this case? And how is the priority order relevant to our discussion? I'm probably missing something here.