From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Status of multicolor fonts? Date: Wed, 24 Apr 2019 09:34:13 +0300 Message-ID: <83v9z33o9m.fsf@gnu.org> References: <567169C8.9010006@gmail.com> <83d1u61o31.fsf@gnu.org> <5671E3C4.3030403@gmail.com> Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="107048"; mail-complaints-to="usenet@blaine.gmane.org" Cc: emacs-devel@gnu.org To: YAMAMOTO Mitsuharu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 24 08:49:34 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hJBio-000Rjo-46 for ged-emacs-devel@m.gmane.org; Wed, 24 Apr 2019 08:49:34 +0200 Original-Received: from localhost ([127.0.0.1]:36864 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hJBin-0005om-5o for ged-emacs-devel@m.gmane.org; Wed, 24 Apr 2019 02:49:33 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:36945) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hJBfK-0002vl-1H for emacs-devel@gnu.org; Wed, 24 Apr 2019 02:45:58 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:51461) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hJBU3-0005ly-QJ; Wed, 24 Apr 2019 02:34:19 -0400 Original-Received: from [176.228.60.248] (port=4838 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hJBU2-0006PY-Eg; Wed, 24 Apr 2019 02:34:19 -0400 In-reply-to: (message from YAMAMOTO Mitsuharu on Wed, 24 Apr 2019 12:45:05 +0900) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:235845 Archived-At: > Date: Wed, 24 Apr 2019 12:45:05 +0900 > From: YAMAMOTO Mitsuharu > > > I've just disabled it. Let's re-enable it when the above happens. > > Now the cairo build on master can display multicolor font if linked > with cairo >= 1.16.0. > > (set-fontset-font t #x1f600 (font-spec :family "Noto Color Emoji")) > (insert #x1f600) I think this should be mentioned in the manual and in NEWS. > Does it count as multicolor font support on free platforms? I think it does, yes. Thanks for working on this. As long as I have your attention: could you please help in finishing the development of the harfbuzz branch and landing it on master? For Posix platforms, there are just a few finishing touches left, I think, the main one being make a separate font backend that uses HarfBuzz interfaces for as many backend facilities as possible (I will tell the details if you can offer help). I'd appreciate help in this area. TIA.