ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <wolfgang.schuster.lists@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Indic fonts with MkIV and
Date: Sat, 19 Dec 2020 09:10:32 +0100	[thread overview]
Message-ID: <d36f2758-fdd2-721c-f233-3af56a19ee31@gmail.com> (raw)
In-Reply-To: <b6997107-5390-2e57-a5fb-4b05d4fcde89@zydenbos.net>

Robert Zydenbos schrieb am 19.12.2020 um 02:47:
> Dear all,
> 
> Recently I read about the use of Harfbuzz-enhanced LuaTeX with LaTeX for writing Arabic. Following that example, I wrote a minimal test text that worked excellently for Kannada script as well:
> 
> -----
> \documentclass{article}
> \usepackage{fontspec}
> 
> \setmainfont{Kedage}[RawFeature={mode=harf;script=knda;}]
> 
> \begin{document}
> ಇದು ಹೇಗಿದೆ? ನಾನು ಹೀಗೆ ತುಂಬ ಬರೆಯಬೇಕೆಂದು ಯೋಚಿಸುತ್ತಿದ್ದೇನೆ.
> \end{document}
> -----
> 
> I want to do this in ConTeXt too! Can anyone tell me how to translate “\setmainfont{Kedage}[RawFeature={mode=harf;script=knda;}]” into ConTeXt? This could be the key to using MkIV with Indic scripts.


%\definefontfamily [kannada] [rm] [Kedage] [features=kannada-one]
\definefontfamily [kannada] [ss] [Tunga] [features=kannada-one]

\definetypeface [kannada] [mm] [math] [modern]

\setupbodyfont [kannada]

\starttext
ಇದು ಹೇಗಿದೆ? ನಾನು ಹೀಗೆ ತುಂಬ ಬರೆಯಬೇಕೆಂದು ಯೋಚಿಸುತ್ತಿದ್ದೇನೆ.
\stoptext

Wolfgang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  parent reply	other threads:[~2020-12-19  8:10 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-19  1:47 Robert Zydenbos
2020-12-19  2:42 ` Jairo A. del Rio
2020-12-19 14:06   ` Robert Zydenbos
2020-12-19  8:10 ` Wolfgang Schuster [this message]
2020-12-19 13:59   ` Robert Zydenbos
2020-12-19 19:06     ` Pablo Rodriguez
2020-12-19 19:46       ` Hans Hagen
2020-12-19 20:27         ` Pablo Rodriguez
2020-12-19 21:12         ` Pablo Rodriguez
2020-12-20  0:00           ` Robert Zydenbos

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

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

  git send-email \
    --in-reply-to=d36f2758-fdd2-721c-f233-3af56a19ee31@gmail.com \
    --to=wolfgang.schuster.lists@gmail.com \
    --cc=ntg-context@ntg.nl \
    /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 NNTP newsgroup(s).