diff options
Diffstat (limited to 'tex/context/base/s-fnt-31.mkiv')
-rw-r--r-- | tex/context/base/s-fnt-31.mkiv | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/tex/context/base/s-fnt-31.mkiv b/tex/context/base/s-fnt-31.mkiv index 8ef65b204..d081c6273 100644 --- a/tex/context/base/s-fnt-31.mkiv +++ b/tex/context/base/s-fnt-31.mkiv @@ -1,3 +1,25 @@ +%D \module +%D [ file=s-fnt-31, +%D version=2011.01.02, % about +%D title=\CONTEXT\ Style File, +%D subtitle=Comparing Fonts, +%D author=Hans Hagen, +%D date=\currentdate, +%D copyright={PRAGMA / Hans Hagen \& Ton Otten}] +%C +%C This module is part of the \CONTEXT\ macro||package and is +%C therefore copyrighted by \PRAGMA. See mreadme.pdf for +%C details. + +% begin info +% +% title : compare glyphs in fonts +% +% comment : show glyphs in several fonts alongside in order to to compare coverage +% status : experimental, used for luatex testing +% +% end info + \startluacode local format, upper, find = string.format, string.upper, string.find |