ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Khaled Hosny <khaledhosny@eglug.org>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Using a .fea file disable arabic contextual analysis
Date: Fri, 31 Oct 2008 16:12:34 +0200	[thread overview]
Message-ID: <20081031141233.GA18369@khaled-laptop> (raw)


[-- Attachment #1.1.1: Type: text/plain, Size: 194 bytes --]

See the attached files, the mark features seem to work but contextual
forms (init, medi amnd fina) don't

Regards,


-- 
 Khaled Hosny
 Arabic localizer and member of Arabeyes.org team

[-- Attachment #1.1.2: fea.tex --]
[-- Type: text/x-tex, Size: 420 bytes --]

\installfontfeature[otf][ardi]

\definefontfeature
 [fea]
 [mode=node,language=dflt,script=arab,
  init=yes,medi=yes,fina=yes,isol=yes,
  liga=yes,dlig=yes,rlig=yes,frac=yes,
  calt=yes,ccmp=yes,kern=yes,mark=yes,
  mkmk=yes,ardi=yes,featurefile=digit.fea]

\font\ara=arabtype*fea at 20pt\ara
\textdir TRT\pardir TRT
بِسْمِ اللَّهِ الرَّحْمَنِ الرَّحِيم

1234567890
\bye

[-- Attachment #1.1.3: digit.fea --]
[-- Type: text/plain, Size: 399 bytes --]

lookup ArabicDigits {
    lookupflag 0 ;
	sub zero  by uni0660 ;
	sub one   by uni0661 ;
	sub two   by uni0662 ;
	sub three by uni0663 ;
	sub four  by uni0664 ;
	sub five  by uni0665 ;
	sub six   by uni0666 ;
	sub seven by uni0667 ;
	sub eight by uni0668 ;
	sub nine  by uni0669 ;
} ArabicDigits ;

feature ardi {
    script arab ;
        language dflt ;
            lookup ArabicDigits ;
} ardi ;

[-- Attachment #1.1.4: fea.pdf --]
[-- Type: application/pdf, Size: 16842 bytes --]

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
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://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

             reply	other threads:[~2008-10-31 14:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-31 14:12 Khaled Hosny [this message]
2008-10-31 15:21 ` Idris Samawi Hamid ادريس سماوي حامد

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=20081031141233.GA18369@khaled-laptop \
    --to=khaledhosny@eglug.org \
    --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).