ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@googlemail.com>
To: Hans Hagen <pragma@wxs.nl>
Cc: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Italic correction
Date: Mon, 15 Aug 2011 21:35:53 +0200	[thread overview]
Message-ID: <5DC588A6-2F73-412A-9B34-AF4892D3B018@googlemail.com> (raw)
In-Reply-To: <4E496FE2.10709@wxs.nl>


Am 15.08.2011 um 21:13 schrieb Hans Hagen:

> On 15-8-2011 8:04, Wolfgang Schuster wrote:
>> Hi,
>> 
>> is italic correction still supported with MkIV because in the following example the second sentence has the same length as the first.
>> 
>> % engine=pdftex
>> 
>> \starttext
>> \setbox\scratchbox\hbox{A short sentence with a {\it italic} word.}   \the\wd\scratchbox\ : \box\scratchbox\par
>> \setbox\scratchbox\hbox{A short sentence with a {\it italic\/} word.} \the\wd\scratchbox\ : \box\scratchbox
>> \stoptext
> 
> yes and no:
> 
> yes: the code is there
> no : it has not been adapted to the font cleanup
> 
> So, first fix this in font-ext.lua:
> 
> 	    local descriptions = tfmdata.descriptions
>            for unicode, d in next, tfmdata.characters do
>                local d = descriptions[unicode]
> 
> Then enable the feature:
> 
> \starttext
> 
> \definefontfeature[one][default]
> \definefontfeature[two][default][itlc=yes]

Works. Can this be added to the default features?

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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


  reply	other threads:[~2011-08-15 19:35 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-15 18:04 Wolfgang Schuster
2011-08-15 19:13 ` Hans Hagen
2011-08-15 19:35   ` Wolfgang Schuster [this message]
2011-08-15 20:33     ` Hans Hagen
  -- strict thread matches above, loose matches on Subject: below --
2003-09-23 16:39 italic correction Idris S Hamid
2003-09-23 17:25 ` Patrick Gundlach
2003-09-23 21:07 ` Hans Hagen
2003-09-23 21:24 ` Hans Hagen
2003-09-24  7:36   ` Patrick Gundlach

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=5DC588A6-2F73-412A-9B34-AF4892D3B018@googlemail.com \
    --to=schuster.wolfgang@googlemail.com \
    --cc=ntg-context@ntg.nl \
    --cc=pragma@wxs.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).