type-otf.tex / last modification: 2010-02-20 14:13
%D \module
%D   [       file=type-otf,
%D        version=2007.07.30,
%D          title=\CONTEXT\ Typescript Macros,
%D       subtitle=Opentype Definitions,
%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.

%D Actually, \LUATEX\ does not need all these definitions since it can
%D consult its database. However, here we use the names that we used
%D in good old \TEX, and these may differ a bit. Here we also see
%D some oldstyle definitions which normally are done with features.

\starttypescriptcollection[fallback]

\starttypescript [fallback]
    \definetypeface [] [rm] [serif] [modern] [computer-modern]
    \definetypeface [] [ss] [sans]  [modern] [computer-modern]
    \definetypeface [] [tt] [mono]  [modern] [computer-modern]
    \definetypeface [] [mm] [math]  [modern] [computer-modern]
    \quittypescriptscanning
\stoptypescript

% faster
%
% \starttypescript [fallback]
%     \definetypeface [] [rm] [serif] [modern] [default]
%     \definetypeface [] [ss] [sans]  [modern] [default]
%     \definetypeface [] [tt] [mono]  [modern] [default]
%     \definetypeface [] [mm] [math]  [modern] [default]
%     \quittypescriptscanning
% \stoptypescript

\stoptypescriptcollection

\loadmarkfile{type-otf}

\endinput