diff options
author | Hans Hagen <pragma@wxs.nl> | 2008-08-04 15:59:00 +0200 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2008-08-04 15:59:00 +0200 |
commit | f8ba0550d77fd6e2b307ff9dd3175fc0c613b8e2 (patch) | |
tree | ae27ca6edd0b2f1bcbe315d241b8152107d4e6a3 /tex/context/base/font-ini.mkiv | |
parent | 1d63a6eae86a6b78d4563ed60521449e4bf89f3c (diff) | |
download | context-f8ba0550d77fd6e2b307ff9dd3175fc0c613b8e2.tar.gz |
stable 2008.08.04 15:59
Diffstat (limited to 'tex/context/base/font-ini.mkiv')
-rw-r--r-- | tex/context/base/font-ini.mkiv | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/tex/context/base/font-ini.mkiv b/tex/context/base/font-ini.mkiv index 7d9a8e850..2c820fcc9 100644 --- a/tex/context/base/font-ini.mkiv +++ b/tex/context/base/font-ini.mkiv @@ -109,9 +109,9 @@ %D Simpler: \def\updatefontparameters - {\edef\@@fonthandling{\truefontdata\somefontname\s!handling}% + {%edef\@@fonthandling{\truefontdata\somefontname\s!handling}% goes away, is now feature \edef\@@fontfeatures{\truefontdata\fontfile \s!features}% - \edef\@@fontskewchar{\truefontdata\fontfile \s!skewchar}} + \edef\@@fontskewchar{\truefontdata\fontfile \s!skewchar}} % will be replaced \def\setfontcharacteristics {\the\everyfont} @@ -121,4 +121,8 @@ % \installfontfeature[otf][tlig] % \installfontfeature[otf][trep] +%D tricky but ok: + +\appendtoks\ctxlua{fonts.tfm.cleanup()}\to\everyshipout + \protect \endinput |