Dear List,

I'm confused by the result of the following example (see attached):

    \definefontfamily[face1][rm][gabriola][it={features:{default}}]
    \definefontfamily[face2][rm][gabriola][it={features:{default,
effect={}}}]
    \definefontfamily[face3][rm][gabriola][it={features:{default,
effect={width=1.0}}}]
    \starttext

    \startitemize[n, packed]
    \item \switchtobodyfont[face1]\it\dorecurse{100}{a b c }
    \item \switchtobodyfont[face2]\it\dorecurse{100}{a b c }
    \item \switchtobodyfont[face3]\it\dorecurse{100}{a b c }
    \stopitemize

    \stoptext

Could someone explain:
1. What does "effect" mean? Why does "effect={}" embolden the fonts even
though nothing ({}) is given as arguments?
2. Similarly, what does "width" do? Why does "width=1.0" shrink the width
of the line instead of doing nothing?

Thanks in advance.

Best,
Sylvain
___________________________________________________________________________________
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
___________________________________________________________________________________

Reply via email to