ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* special case to disable italic correction
@ 2014-01-26 19:24 Pablo Rodriguez
  2014-01-28 14:14 ` Hans Hagen
  0 siblings, 1 reply; 3+ messages in thread
From: Pablo Rodriguez @ 2014-01-26 19:24 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi Hans,

after reading the relevant part for italic correction in fonts-mkiv.pdf
and enabling it in my documents, I have found a case in which the italic
correction could be improved.

My settings are:

  \definefontfeature[default][default][itlc=yes]
  \setupitaliccorrection[global,always]

If I get it right, the italic correction should be avoided before points
and commas (these are all the exceptions I can imagine for this case).
The explanation is simple: the space is already at the base line, since
at the glyph base, the inclination of the italic or slanted glyph makes
the right side-bearing larger at the baseline. The issue with italic
correction is mainly with ascenders or at the cap height, but I think it
isn’t at the base line (or the descenders). Because of that I think it
is important to disable italic correction before points and commas.

The sample shows the issue:

\setuppagenumbering[location=]
\definefontfeature[default][default][itlc=yes]
\setupitaliccorrection[global,always]
\starttext
\startTEXpage[offset=1ex]
Abf. {\em Abf}.\\
Abf, {\em Abf},\\
Abf. {\it Abf}.\\
Abf, {\it Abf},
\stopTEXpage
\stoptext

I think it might be worth considering.

Many thanks for your help and your excellent work,

Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

end of thread, other threads:[~2014-01-28 17:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-26 19:24 special case to disable italic correction Pablo Rodriguez
2014-01-28 14:14 ` Hans Hagen
2014-01-28 17:51   ` Pablo Rodriguez

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