ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* "IgnoreMarks" flag is ignored in contextual chaining substitution OpenType tables"
@ 2008-07-03 20:10 Khaled Hosny
  2008-07-06 11:18 ` Hans Hagen
  0 siblings, 1 reply; 5+ messages in thread
From: Khaled Hosny @ 2008-07-03 20:10 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

'calt' tables aren't applied if with combining marks, though
IgnoreMarks flag is set.

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

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

% engine=luatex
\ctxlua { fonts.color.trace = true }

\definefontfeature
  [arab]
  [mode=node,language=dflt,script=arab,
   init=yes,medi=yes,fina=yes,isol=yes,
   liga=yes,dlig=yes,rlig=yes,clig=yes,
   mark=yes,mkmk=yes,calt=yes,
   kern=yes,curs=yes]

\font\Arabic = arabtype*arab   at 100pt

\starttext

\startTEXpage \relax \setupcolors[state=start]%
\textdir TRT\pardir TRT\Arabic
\ تثت تَثْتَ \crlf
\stopTEXpage

\stoptext

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 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
___________________________________________________________________________________

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

* Re: "IgnoreMarks" flag is ignored in contextual chaining substitution OpenType tables"
  2008-07-03 20:10 "IgnoreMarks" flag is ignored in contextual chaining substitution OpenType tables" Khaled Hosny
@ 2008-07-06 11:18 ` Hans Hagen
  2008-07-09 12:28   ` Khaled Hosny
  0 siblings, 1 reply; 5+ messages in thread
From: Hans Hagen @ 2008-07-06 11:18 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Khaled Hosny wrote:
> 'calt' tables aren't applied if with combining marks, though
> IgnoreMarks flag is set.

actually the machinery works ok, but there was an optimization branch 
that didn't take marks into account; i removed the opmimization

now the green ones are the same

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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
___________________________________________________________________________________


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

* Re: "IgnoreMarks" flag is ignored in contextual chaining substitution OpenType tables"
  2008-07-06 11:18 ` Hans Hagen
@ 2008-07-09 12:28   ` Khaled Hosny
  2008-07-09 15:18     ` Hans Hagen
  0 siblings, 1 reply; 5+ messages in thread
From: Khaled Hosny @ 2008-07-09 12:28 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

On Sun, Jul 06, 2008 at 01:18:03PM +0200, Hans Hagen wrote:
> Khaled Hosny wrote:
> > 'calt' tables aren't applied if with combining marks, though
> > IgnoreMarks flag is set.
> 
> actually the machinery works ok, but there was an optimization branch 
> that didn't take marks into account; i removed the opmimization
> 
> now the green ones are the same

Great. Now, what remains is the cursive attachments and I'll be able to
use my font.

Regards,
 Khaled


> 
> Hans
> 
> -----------------------------------------------------------------
>                                            Hans Hagen | PRAGMA ADE
>                Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>       tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
>                                               | www.pragma-pod.nl
> -----------------------------------------------------------------
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________

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

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 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
___________________________________________________________________________________

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

* Re: "IgnoreMarks" flag is ignored in contextual chaining substitution OpenType tables"
  2008-07-09 12:28   ` Khaled Hosny
@ 2008-07-09 15:18     ` Hans Hagen
  2008-07-09 16:29       ` Khaled Hosny
  0 siblings, 1 reply; 5+ messages in thread
From: Hans Hagen @ 2008-07-09 15:18 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Khaled Hosny wrote:
> On Sun, Jul 06, 2008 at 01:18:03PM +0200, Hans Hagen wrote:
>> Khaled Hosny wrote:
>>> 'calt' tables aren't applied if with combining marks, though
>>> IgnoreMarks flag is set.
>> actually the machinery works ok, but there was an optimization branch 
>> that didn't take marks into account; i removed the opmimization
>>
>> now the green ones are the same
> 
> Great. Now, what remains is the cursive attachments and I'll be able to
> use my font.

so what's wrong with cursive?

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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
___________________________________________________________________________________


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

* Re: "IgnoreMarks" flag is ignored in contextual chaining substitution OpenType tables"
  2008-07-09 15:18     ` Hans Hagen
@ 2008-07-09 16:29       ` Khaled Hosny
  0 siblings, 0 replies; 5+ messages in thread
From: Khaled Hosny @ 2008-07-09 16:29 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

On Wed, Jul 09, 2008 at 05:18:18PM +0200, Hans Hagen wrote:
> Khaled Hosny wrote:
> > On Sun, Jul 06, 2008 at 01:18:03PM +0200, Hans Hagen wrote:
> >> Khaled Hosny wrote:
> >>> 'calt' tables aren't applied if with combining marks, though
> >>> IgnoreMarks flag is set.
> >> actually the machinery works ok, but there was an optimization branch 
> >> that didn't take marks into account; i removed the opmimization
> >>
> >> now the green ones are the same
> > 
> > Great. Now, what remains is the cursive attachments and I'll be able to
> > use my font.
> 
> so what's wrong with cursive?
Basically, it doesn't work at all. I sent a message earlier about this
http://www.ntg.nl/pipermail/ntg-context/2008/032627.html.

Regards, 
 Khaled

> 
> Hans
> 
> -----------------------------------------------------------------
>                                            Hans Hagen | PRAGMA ADE
>                Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>       tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
>                                               | www.pragma-pod.nl
> -----------------------------------------------------------------
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________

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

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 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
___________________________________________________________________________________

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

end of thread, other threads:[~2008-07-09 16:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-07-03 20:10 "IgnoreMarks" flag is ignored in contextual chaining substitution OpenType tables" Khaled Hosny
2008-07-06 11:18 ` Hans Hagen
2008-07-09 12:28   ` Khaled Hosny
2008-07-09 15:18     ` Hans Hagen
2008-07-09 16:29       ` Khaled Hosny

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