ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* improving kannada script
@ 2018-10-30  9:17 Ulrike Fischer
  2018-10-30 10:22 ` luigi scarso
  0 siblings, 1 reply; 13+ messages in thread
From: Ulrike Fischer @ 2018-10-30  9:17 UTC (permalink / raw)
  To: ntg-context

According to the xelatex output in the following example both
variants are not correct. What would be needed would be the first
two glyphs from variant 1 (knd2 script) and the third from variant 2
(knda script).

Pictures comparing the output can be found at
https://github.com/u-fischer/luaotfload/issues/20

(Disclaimer: I have no idea if xelatex/harfbuzz is correct here, but 
https://tex.stackexchange.com/a/457427/2388 says so).

\definefontfeature
  [kannada-testA]
  [indic-common]
  [script=knd2,
   % basic shaping
   pref=yes,
   blwf=yes,
   half=yes,
   pstf=yes,
   cjct=yes
   ]
\definefontfeature
  [kannada-testB] %identical to default kannada-one
  [indic-common]
  [script=knda,
   % basic shaping
   pref=yes,
   blwf=yes,
   half=yes,
   pstf=yes,
   cjct=yes
   ]   

\definefont
[kannadatestA][file:notosanskannada-regular.ttf*kannada-testA]
\definefont
[kannadatestB][file:notosanskannada-regular.ttf*kannada-testB]
\starttext 
\section{Skript knd2}
\kannadatestA
ಕಿ

ಕ್ರ

ರ್ಕ

\section{Skript knda (default)}

\kannadatestB
ಕಿ

ಕ್ರ

ರ್ಕ
\stoptext




-- 
Ulrike Fischer 
http://www.troubleshooting-tex.de/

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2018-11-04  1:12 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-30  9:17 improving kannada script Ulrike Fischer
2018-10-30 10:22 ` luigi scarso
2018-10-31 14:38   ` luigi scarso
2018-10-31 15:01     ` Hans Hagen
2018-10-31 15:03       ` luigi scarso
2018-11-04  1:12         ` luigi scarso
2018-11-02 10:27       ` Ulrike Fischer
2018-11-02 10:56         ` luigi scarso
2018-11-02 11:26           ` Ulrike Fischer
2018-11-02 11:53             ` luigi scarso
2018-11-02 12:04               ` Ulrike Fischer
2018-11-02 12:59                 ` Aditya Mahajan
2018-11-02 13:16                 ` luigi scarso

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).