From: Richard Wordingham <richard.wordingham@ntlworld.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Uniform font size for English and Tamil text inside GNU Emacs
Date: Tue, 9 Jun 2015 10:14:56 +0100 [thread overview]
Message-ID: <20150609101456.570f1469@JRWUBU2> (raw)
In-Reply-To: <CABG-yt3VKCOYSO+1145=8XtpdU+G-0ZeasLojA5jMfQSKMk9eA@mail.gmail.com>
On Fri, 5 Jun 2015 23:40:27 +0530
Shakthi Kannan <shakthimaan@gmail.com> wrote:
> Is there a way to get both the language font texts to be of the same
> size, or, is there a way to explicitly set the font size for the Tamil
> text?
I don't know about automatic matching, especially as not all fonts are
in a TrueType derivative, but explicit sizing can be done by commands
such as the following I used to get the Khmer script working better:
; Correct the script definition in Emacs 23.1!
(set-char-table-range char-script-table (cons ?\u19e0 ?\u19ff) 'khmer)
; Make the Khmer text readable
(set-fontset-font t 'khmer (font-spec :name "Khmer OS" :height 20))
Richard.
prev parent reply other threads:[~2015-06-09 9:14 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-05 18:10 Uniform font size for English and Tamil text inside GNU Emacs Shakthi Kannan
2015-06-05 19:52 ` Eli Zaretskii
2015-06-06 2:45 ` Shakthi Kannan
2015-06-06 2:12 ` Vaidheeswaran C
2015-06-06 2:47 ` Shakthi Kannan
2015-06-06 3:49 ` Vaidheeswaran C
2015-06-06 14:16 ` Shakthi Kannan
2015-06-06 7:02 ` Eli Zaretskii
2015-06-09 9:14 ` Richard Wordingham [this message]
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=20150609101456.570f1469@JRWUBU2 \
--to=richard.wordingham@ntlworld.com \
--cc=help-gnu-emacs@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.
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).