ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Making necessary OpenType features on by default
Date: Mon, 23 Feb 2009 11:42:41 +0100	[thread overview]
Message-ID: <49A27DA1.2090306@wxs.nl> (raw)
In-Reply-To: <8DA05D23-4FFB-443D-B535-D67E8AC40E43@gmail.com>

Otared Kavian wrote:
> Hi Hans, Khaled, and Idris,
> 
> If a humble opinion from an ordinary user may be issued, I agree with 
> Khaled that it would be extremely useful to have some basic default 
> settings for Arabic fonts, and even more generally for any particular 
> fonts used for other languages. This would not prevent those specialist 
> typesetters who want particular features to be turned on, to do so 
> through appropriate mechanisms.
> 
> As a basic user I am frustrated when using mkiv, that most declaration 
> of features are completely cryptic, and not being a specialist of OTF or 
> other font specifications, I don't know which features are essential for 
> writing and typesetting an article in Persian or any language using 
> Arabic alphabet.
> While the following is quite easy to understand and to use in XeConTeXt
> %%%%%%%%%

well, it might be easy to understand given that default features are 
enabled but on the other hand,. when you want to disable a feature you 
need to know what is enabled so in practice you have the same problem

i remember a talk at bachotex about apps dealing with open type where 
compatibility problems showed up when the machinery started to support 
more features, or started to make relationships between features and 
scripts

since tex is supposed to behave in a predictable way, any automatism 
should be visible and basically be on user request so the only way to go 
is by predefined (and agreed upon) features sets, possible different 
defaults per script/language

> \everypar={\setbox0=\lastbox \beginR \box0 }

not that user friendly, and it would break much other functionality in 
context -)

> it is not so easy to figure out how to typeset the same thing in mkiv: 
> for instance the non specialist has to try several fonts which are 
> installed on his system before getting a result…

that's why we need an inventory, else it will always be a gamble and 
surprise what one will get ... (also feature creep is a problem ... i 
really dislike all those documents with funny ancient ligatures that 
just show up because they're enables, even if they make no sense any more)

> % defining a font for Arabic, Persian
> \definefontfeature
>  [CrypticFeatures]
>  [analyze=yes,
>  mode=node,
>  language=dflt,
>  script=arab,
>  aalt=yes,
>  init=yes,
>  medi=yes,
>  fina=yes,
>  isol=yes,
>  liga=yes,
>  mset=yes]
> 
> %\font\Faarsi=Scheherazade*CrypticFeatures at 14pt  % this does not work
> % after trying a few other fonts one finds that the following works:
> \font\Faarsi=arabtype*CrypticFeatures at 14pt

that depends on what Scheherazade supports

 >mtxrun --script font --list --info --pattern=scheherazade 

MtxRun | fontname: scheherazade 

MtxRun | fullname: Scheherazade 

MtxRun | filename: scheherazaderegot.ttf 

MtxRun | 

MtxRun | feature: calt, script: arab, language: kur  snd  urd  dflt 

MtxRun | feature: ccmp, script: arab, language: kur  snd  urd  dflt 

MtxRun | feature: curs, script: arab, language: kur  snd  urd  dflt 

MtxRun | feature: fina, script: arab, language: kur  snd  urd  dflt 

MtxRun | feature: init, script: arab, language: kur  snd  urd  dflt 

MtxRun | feature: mark, script: arab, language: kur  snd  urd  dflt 

MtxRun | feature: medi, script: arab, language: kur  snd  urd  dflt 

MtxRun | feature: mkmk, script: arab, language: kur  snd  urd  dflt 

MtxRun | feature: rlig, script: arab, language: kur  snd  urd  dflt 

MtxRun | feature: salt, script: arab, language: kur  snd  urd  dflt 


so, it seems to depend on calt but turning on calt by default is *not* 
what the ms spec recommends for arabtype

you see the problem?

we need a database and even then agree upon the defaults; when we have 
that we can default (per font/script/lang) to a featureset

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

  reply	other threads:[~2009-02-23 10:42 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-20 18:39 Khaled Hosny
2009-02-20 18:57 ` Hans Hagen
2009-02-20 19:31   ` Idris Samawi Hamid ادريس سماوي حامد
2009-02-20 21:02     ` Khaled Hosny
2009-02-20 21:23       ` Idris Samawi Hamid ادريس سماوي حامد
2009-02-20 22:10         ` Hans Hagen
2009-02-20 22:26           ` Idris Samawi Hamid ادريس سماوي حامد
2009-02-21 23:53             ` Karl Berry
2009-02-20 20:23   ` Khaled Hosny
2009-02-20 22:07     ` Hans Hagen
2009-02-20 22:49       ` Khaled Hosny
2009-02-21 15:58         ` Ilda Khaki
2009-02-23 10:58           ` Hans Hagen
2009-02-21 13:05   ` Otared Kavian
2009-02-22 21:03     ` Khaled Hosny
2009-02-22 22:44       ` Idris Samawi Hamid ادريس سماوي حامد
2009-02-23 12:02         ` Khaled Hosny
2009-02-23 13:00           ` Hans Hagen
2009-02-23 15:34           ` Idris Samawi Hamid ادريس سماوي حامد
2009-02-23 17:15             ` Khaled Hosny
2009-02-23 17:56               ` Idris Samawi Hamid
2009-02-23 22:51                 ` Khaled Hosny
2009-02-23 23:19                   ` Idris Samawi Hamid ادريس سماوي حامد
2009-02-24 20:41                     ` Khaled Hosny
2009-02-25  2:30                       ` Idris Samawi Hamid ادريس سماوي حامد
2009-02-23 10:53       ` Hans Hagen
2009-02-23 12:09         ` Khaled Hosny
2009-02-23 12:17           ` Thomas A. Schmitz
2009-02-23 12:28             ` Hans Hagen
2009-02-23 16:56               ` Khaled Hosny
2009-02-23 17:01                 ` Taco Hoekwater
2009-02-23 17:04                   ` Taco Hoekwater
2009-02-23 17:49                   ` Khaled Hosny
2009-02-23 23:23                 ` Hans Hagen
2009-02-24 15:49                   ` Idris Samawi Hamid
2009-02-24 16:03                     ` Hans Hagen
2009-02-23 12:36             ` Khaled Hosny
2009-02-22 22:54     ` Idris Samawi Hamid ادريس سماوي حامد
2009-02-22 23:35     ` Idris Samawi Hamid ادريس سماوي حامد
2009-02-21 21:14   ` Otared Kavian
2009-02-23 10:42     ` Hans Hagen [this message]
2009-02-23 12:25       ` Khaled Hosny
2009-02-23 12:46         ` Khaled Hosny
2009-02-23 12:56         ` Hans Hagen
2009-02-20 18:58 ` Hans Hagen
2009-02-20 20:27   ` Khaled Hosny
2009-02-20 22:09     ` Hans Hagen
2009-02-20 22:46 ` Idris Samawi Hamid ادريس سماوي حامد
2009-02-21 11:41   ` Hans Hagen
2009-02-22 20:54     ` Khaled Hosny
2009-02-22 23:08       ` Idris Samawi Hamid ادريس سماوي حامد
2009-02-22 13:51   ` Khaled Hosny

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=49A27DA1.2090306@wxs.nl \
    --to=pragma@wxs.nl \
    --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).