Jon Wong schrieb am 19.08.2019 um 19:50:
Hi all,
Will this work?
\usetypescript[pagella]
\setupbodyfont[pagella,12pt]
\definefontfeature
[itlc=yes]
This {\em will} work?
No, because have to change the font feature before you load the font.
When you use \em to get a italic text this is enough:
\definefontfeature [default] [default] [itlc=yes]
\setupbodyfont [pagella,12pt]
\starttext
This {\it will} work?
\stoptext
but to get additional space after italic text when you use the \it
command you have to add \setupitaliccorecction to your setups:
\definefontfeature [default] [default] [itlc=yes]
\setupbodyfont [pagella,12pt]
\setupitaliccorrection [text]
\starttext
This {\it will} work?
\stoptext
For more details about the options for the \setupitaliccorrection
command take a look into fonts-mkiv.pdf.
Wolfgang
___________________________________________________________________________________
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
___________________________________________________________________________________