On 2013-11-27 Hans Hagen wrote:
> On 11/27/2013 9:16 PM, Jan Tosovsky wrote:
> > On 2013-11-27 Hans Hagen wrote:
> >> On 11/27/2013 12:40 AM, Jan Tosovsky wrote:
> >>> On 2013-11-17 Hans Hagen wrote:
> >>>> On 11/17/2013 12:23 PM, honyk wrote:
> >>>>> Hello Everyone,
> >>>>>
> >>>>> I am trying to fix a Palatino small caps issue using the
> >>>>> procedure explained here:
> >>>>> http://wiki.contextgarden.net/Palatino_Linotype_under_MKIV
> >>>>>
> >>>>> That fix seems to be obsolete nowadays and returning errors.
> >
> > This LFG core settings:
> > unicodes = {
> >     ["a.sc"] = 97,     (1)
> >     ["b.sc"] = 983261, (2)
> > },
> >
> > (1) replaces all small 'a' into small caps variants - just for
> > testing purposes
> > (2) doesn't replace small caps 'i' to small caps 'b', but when small
> > caps text is selected, b is copied into the clipboard - so some
> > replacement is performed, but incomplete.
> >
> 
> this mechanism assumes that the shapes match the one that unicode
> expects so the (default) tounicode is used ... originally this features
> was meant for fonts with a faulty mapping (some dingbat fonts have
> that)
> 

So a different approach is needed. In another thread we've found out that
there are two glyphs of the same name:

glyph index | glyph name
1110        | i.sc        / small caps dotlessi
1170        | i.sc        / small caps i 

Currently when 'i' is to be rendered as small caps, 1170 is used, but I'd
like to use 1110 instead.

Can this be specified using a LFG file?

Thanks, Jan

___________________________________________________________________________________
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 via email to