From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Ligatures Date: Mon, 18 May 2020 22:17:21 +0300 Message-ID: <83r1vh833y.fsf@gnu.org> References: <20200517165953.000044d2@web.de> <83lflqblp0.fsf@gnu.org> <83ftbybio3.fsf@gnu.org> <83zha69xs2.fsf@gnu.org> <83367x9qeq.fsf@gnu.org> <20200518172441.GD31606@tuxteam.de> <83v9kt87ka.fsf@gnu.org> <20200518190735.GA9798@tuxteam.de> Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="12134"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: tomas@tuxteam.de Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon May 18 21:18:42 2020 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 1jalHd-00031e-Gm for ged-emacs-devel@m.gmane-mx.org; Mon, 18 May 2020 21:18:41 +0200 Original-Received: from localhost ([::1]:47770 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jalHc-0000rk-JR for ged-emacs-devel@m.gmane-mx.org; Mon, 18 May 2020 15:18:40 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52832) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jalGP-0007xq-9a for emacs-devel@gnu.org; Mon, 18 May 2020 15:17:26 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:35505) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jalGO-0005uZ-MF; Mon, 18 May 2020 15:17:24 -0400 Original-Received: from [176.228.60.248] (port=2029 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jalGN-0007rQ-LZ; Mon, 18 May 2020 15:17:24 -0400 In-Reply-To: <20200518190735.GA9798@tuxteam.de> (tomas@tuxteam.de) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:250805 Archived-At: > Date: Mon, 18 May 2020 21:07:35 +0200 > From: tomas@tuxteam.de > Cc: emacs-devel@gnu.org > > > > [1] https://github.com/harfbuzz/harfbuzz/blob/master/docs/usermanual-clusters.xml > > > > AFAIK, each "cluster" corresponds to a single font glyph, and we > > already get this information from HarfBuzz, see hbfont.c. > > I see, thanks. As I said, my reading was a very cursory. I'm sure > you read that doc much more thoroughly than me :-) Some of the docs is impossible to understand without asking the HarfBuzz developers (who are always willing to help). The HarfBuzz docs is really minimal.