From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Benjamin Riefenstahl Newsgroups: gmane.emacs.devel Subject: Re: has the emoji support been enhanced on master? Date: Sun, 12 Feb 2023 17:56:58 +0100 Message-ID: <87bkly9605.fsf@turtle-trading.net> References: <83o7q0htvi.fsf@gnu.org> <25575.65199.775648.183146@orion.rgrjr.com> <87a61jiayf.fsf@mat.ucm.es> <20230212.093223.2188702668728218260.wl@gnu.org> <87sffbyxuc.fsf@yahoo.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="8749"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2.50 (gnu/linux) Cc: emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Feb 12 17:57:37 2023 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 1pRFfV-00023V-Ik for ged-emacs-devel@m.gmane-mx.org; Sun, 12 Feb 2023 17:57:37 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pRFfM-00058o-Fe; Sun, 12 Feb 2023 11:57:28 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pRFf1-0004r3-K2 for emacs-devel@gnu.org; Sun, 12 Feb 2023 11:57:07 -0500 Original-Received: from odoacer.turtle-trading.net ([93.241.193.16]) by eggs.gnu.org with esmtps (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.90_1) (envelope-from ) id 1pRFez-0008AB-GM for emacs-devel@gnu.org; Sun, 12 Feb 2023 11:57:07 -0500 Original-Received: from zenobia.turtle-trading.net ([192.168.2.111]) by odoacer.turtle-trading.net with esmtp (Exim 4.80) (envelope-from ) id 1pRFet-0001os-2C; Sun, 12 Feb 2023 17:56:59 +0100 Original-Received: from benny by zenobia.turtle-trading.net with local (Exim 4.94.2) (envelope-from ) id 1pRFes-000KCY-QV; Sun, 12 Feb 2023 17:56:58 +0100 In-Reply-To: <87sffbyxuc.fsf@yahoo.com> (Po Lu's message of "Sun, 12 Feb 2023 18:36:27 +0800") Received-SPF: none client-ip=93.241.193.16; envelope-from=benny@turtle-trading.net; helo=odoacer.turtle-trading.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:303187 Archived-At: Hi Po Lu, Po Lu writes: > As part of the Android port, I'm writing a module to display TrueType > fonts. This includes a TrueType interpreter for instructing fonts. For comparison, you may be interested in , which wraps the TTX tool from . The package also interpretes some glyph data (no color so far ;-)). benny