[XeTeX] Adobe Kepler Std: Extraneous space always inserted between left paren and f

Khaled Hosny khaledhosny at eglug.org
Sun Feb 21 17:26:30 CET 2010


On Sun, Feb 21, 2010 at 12:17:11PM -0000, John Was wrote:
> I did call up LuaTeX's online help and the .fea file seemed easy
> enough to create, at least for something as simple as kerning pairs.
> However, for various reasons I want to stick with (plain) XeTeX.  I

In case you changed your mind, you can try the, rather useless, attached
example that implements TeX logo by means of OpenType kerning using .fea
file. You'll need luaotfload package from github[1].

[1] http://github.com/mpg/luaotfload

Regards,
 Khaled

-- 
 Khaled Hosny
 Arabic localiser and member of Arabeyes.org team
 Free font developer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: featurefiles.tex
Type: text/x-tex
Size: 115 bytes
Desc: not available
URL: <http://tug.org/pipermail/xetex/attachments/20100221/e1a01b04/attachment.bin>
-------------- next part --------------

lookup TeXkern {
  lookupflag 0;
    pos E X -125;
    pos T <0 0 -166 0> E  <0 -235 0 0>;
} TeXkern;

feature tkrn {
  script DFLT;
     language dflt ;
      lookup TeXkern;
  script latn;
     language dflt ;
      lookup TeXkern;

} tkrn;


More information about the XeTeX mailing list