On 6/23/2023 11:54 AM, Marcus Vinicius Mesquita via ntg-context wrote:
Should then \setupalign[granular] be used before defining font features?
No, it's an independent feature of the linebreak mechanism. You can run this and see how it kicks in

\starttext

\definecolor[ttest][a=1,t=.5]
\definecolor[rtest][a=1,t=.5,r=1]

\dostepwiserecurse{80}{120}{1}{
    \startTEXpage[offset=1ts]
        \startcombination[1*3]
            {\startoverlay
{\vtop{\showmakeup[space]\hsize #1mm\ttest \samplefile{tufte}}} {\vtop{\showmakeup[space]\hsize #1mm\rtest \setupalign[granular]\samplefile{tufte}}}
            \stopoverlay} {}
{\vtop{\showmakeup[space]\hsize #1mm\ttest \samplefile{tufte}}} {} {\vtop{\showmakeup[space]\hsize #1mm\rtest \setupalign[granular]\samplefile{tufte}}} {}
        \stopcombination
    \stopTEXpage
}

\stoptext



-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
       tel: 038 477 53 69 | www.pragma-ade.nl | 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 / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

Reply via email to