type-imp-almfixed.mkiv /size: 1240 b    last modification: 2021-10-28 13:51
1%D \module
2%D   [       file=type-imp-almfixed,
3%D        version=2021.10.24,
4%D          title=\CONTEXT\ Typescript Macros,
5%D       subtitle=ALM Fixed,
6%D         author=Hans Hagen,
7%D           date=\currentdate,
8%D      copyright={PRAGMA ADE \& \CONTEXT\ Development Team}]
9%C
10%C This module is part of the \CONTEXT\ macro||package and is
11%C therefore copyrighted by \PRAGMA. See mreadme.pdf for
12%C details.
13
14\starttypescriptcollection [almfixed]
15
16    \starttypescript [\s!mono] [almfixed]
17        \definefontsynonym [ALMFixed-Regular] [\s!file:almfixed] [\s!features=\s!none]
18    \stoptypescript
19
20    \starttypescript [\s!mono] [almfixed]
21        \setups[\s!font:\s!fallback:\s!mono]
22        \definefontsynonym [\s!Mono] [ALMFixed-Regular]
23    \stoptypescript
24
25    \starttypescript [almfixed]
26        \definetypeface [almfixed] [\s!tt] [\s!mono]  [almfixed] [\s!default]
27        \definetypeface [almfixed] [\s!rm] [\s!serif] [modern]   [\s!default] [\s!rscale=0.92]
28        \definetypeface [almfixed] [\s!ss] [\s!sans]  [modern]   [\s!default] [\s!rscale=0.92]
29        \definetypeface [almfixed] [\s!mm] [\s!math]  [modern]   [\s!default] [\s!rscale=0.92]
30        \quittypescriptscanning
31    \stoptypescript
32
33\stoptypescriptcollection
34