unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: "समीर सिंह Sameer Singh" <lumarzeli30@gmail.com>
To: 55807@debbugs.gnu.org
Subject: bug#55807: [PATCH] Add a fallback font for Tamil Supplement characters.
Date: Sun, 5 Jun 2022 19:27:04 +0530	[thread overview]
Message-ID: <CAOR1sLzVzcX4iK+k7mXVRLP32okYVbQt42Am3dnwMUvMFnXQvQ@mail.gmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 189 bytes --]

This is the patch to add a font for Tamil supplement characters as
discussed earlier.

I couldn't fit the commit message in one line, so if I did anything wrong
please tell me.

Thank You.

[-- Attachment #1.2: Type: text/html, Size: 293 bytes --]

[-- Attachment #2: 0001-lisp-international-fontset.el-setup-default-fontset.patch --]
[-- Type: text/x-patch, Size: 1358 bytes --]

From cad05fe6dd8c136754e9264766dc0f2748fda921 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E0=A4=B8=E0=A4=AE=E0=A5=80=E0=A4=B0=20=E0=A4=B8=E0=A4=BF?=
 =?UTF-8?q?=E0=A4=82=E0=A4=B9=20Sameer=20Singh?= <lumarzeli30@gmail.com>
Date: Sun, 5 Jun 2022 17:09:40 +0530
Subject: [PATCH] ; * lisp/international/fontset.el (setup-default-fontset)

Add a fallback font for Tamil supplement.
---
 lisp/international/fontset.el | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/lisp/international/fontset.el b/lisp/international/fontset.el
index 74be7edc64..d07619cd80 100644
--- a/lisp/international/fontset.el
+++ b/lisp/international/fontset.el
@@ -974,6 +974,12 @@ setup-default-fontset
   (set-fontset-font "fontset-default" 'emoji
                     '("Noto Color Emoji" . "iso10646-1") nil 'prepend)
 
+  ;; This allows the display of tamil supplement characters. As these characters
+  ;; are pretty simple and do not need reordering, ligatures, vowel signs, virama
+  ;; etc. tml2 or other OTF tags are not needed here.
+  (set-fontset-font "fontset-default" '(#x11FC0 . #x11FFF)
+                    '("Noto Sans Tamil Supplement" . "iso10646-1") nil 'append)
+
   ;; Append CJK fonts for characters other than han, kana, cjk-misc.
   ;; Append fonts for scripts whose name is also a charset name.
   (let* ((data (build-default-fontset-data))
-- 
2.36.1


             reply	other threads:[~2022-06-05 13:57 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-05 13:57 समीर सिंह Sameer Singh [this message]
2022-06-05 14:09 ` bug#55807: [PATCH] Add a fallback font for Tamil Supplement characters Eli Zaretskii
2022-06-05 14:13   ` समीर सिंह Sameer Singh
2022-06-05 14:17     ` समीर सिंह Sameer Singh
2022-06-05 14:18     ` Eli Zaretskii
2022-06-05 14:22       ` समीर सिंह Sameer Singh

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAOR1sLzVzcX4iK+k7mXVRLP32okYVbQt42Am3dnwMUvMFnXQvQ@mail.gmail.com \
    --to=lumarzeli30@gmail.com \
    --cc=55807@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).