diff options
author | Karl Berry <karl@freefriends.org> | 2016-04-22 22:14:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-04-22 22:14:39 +0000 |
commit | fc4466b32ed330a956ac603b00fd145524cff49a (patch) | |
tree | 2c50e2b8de13aa9233b2c76dffe201558f169e86 /Master/texmf-dist/tex/context/base/s-fonts-features.mkiv | |
parent | 50e2368597d5f6fe2057195d0ae6a9f2044923e4 (diff) |
context (22apr16)
git-svn-id: svn://tug.org/texlive/trunk@40691 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/context/base/s-fonts-features.mkiv')
-rw-r--r-- | Master/texmf-dist/tex/context/base/s-fonts-features.mkiv | 82 |
1 files changed, 0 insertions, 82 deletions
diff --git a/Master/texmf-dist/tex/context/base/s-fonts-features.mkiv b/Master/texmf-dist/tex/context/base/s-fonts-features.mkiv deleted file mode 100644 index b81b53a7176..00000000000 --- a/Master/texmf-dist/tex/context/base/s-fonts-features.mkiv +++ /dev/null @@ -1,82 +0,0 @@ -%D \module -%D [ file=s-fonts-features, % was s-fnt-41, s-fnt-27 -%D version=2012.11.27, % 2010.02.22 -%D title=\CONTEXT\ Style File, -%D subtitle=Features, -%D author=Hans Hagen, -%D date=\currentdate, -%D copyright={PRAGMA ADE \& \CONTEXT\ Development Team}] -%C -%C This module is part of the \CONTEXT\ macro||package and is -%C therefore copyrighted by \PRAGMA. See mreadme.pdf for -%C details. - -\startmodule[fonts-features] - -\registerctxluafile{s-fonts-features}{} - -\installmodulecommandluasingle \showusedfeatures {moduledata.fonts.features.showused} -\installmodulecommandluasingle \showallkerns {moduledata.fonts.features.showallkerns} -\installmodulecommandluasingle \showbasekerns {moduledata.fonts.features.showbasekerns} - -\def\kernpairheight{\strutheight} -\def\kernpairdepth {\strutdepth} -\def\kernpairwidth {\onepoint} - -\unexpanded\def\showkernpair#1#2#3% first second kern - {\dontleavehmode - \hbox \bgroup - \scratchdimen#2\scaledpoint - \kern\fontcharwd\font#1\relax - \ifdim\scratchdimen>\zeropoint - \bgroup - \darkgreen - \vrule width \scratchdimen height \kernpairheight depth \kernpairdepth - \egroup - \kern-\scratchdimen - \else\ifdim\scratchdimen<\zeropoint - \kern\scratchdimen - \bgroup - \darkred - \vrule width -\scratchdimen height \kernpairheight depth \kernpairdepth - \egroup - \else - \kern-.5\dimexpr\kernpairwidth\relax - \bgroup - \darkblue - \vrule width \kernpairwidth height \kernpairheight depth \kernpairdepth - \egroup - \kern-.5\dimexpr\kernpairwidth\relax - \fi\fi - \kern-\fontcharwd\font#1\relax - \char#1\relax - \char#3\relax - \egroup - \space} - -\stopmodule - -\continueifinputfile{s-fonts-features.mkiv} - -\usemodule - [art-01] - -\starttext - - \showusedfeatures \page - - \definefontfeature[default-base][default][mode=base] - - \start - \definedfont[Serif*default-base] - \showbasekerns - \page - \stop - - \start - \bf - \showallkerns - \page - \stop - -\stoptext |