type-imp-tamil.mkxl /size: 2447 b    last modification: 2024-01-16 10:22
1%D \module
2%D   [       file=type-imp-tamil,
3%D        version=2022.02.02,
4%D          title=\CONTEXT\ Typescript Macros,
5%D       subtitle=Tamil,
6%D         author=śrīrāma (Sreeram),
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[tamil]
15
16    % Symbolic names for fonts:
17
18    \starttypescript [\s!sans] [baloo-thambi, baloo-thambi-extrabold]
19        \definefontsynonym [BalooThambi2-Regular]   [\s!name:baloothambi2regular]   [\s!features=tamil-two]
20        \definefontsynonym [BalooThambi2-Medium]    [\s!name:baloothambi2medium]    [\s!features=tamil-two]
21        \definefontsynonym [BalooThambi2-Semibold]  [\s!name:baloothambi2semibold]  [\s!features=tamil-two]
22        \definefontsynonym [BalooThambi2-Bold]      [\s!name:baloothambi2bold]      [\s!features=tamil-two]
23        \definefontsynonym [BalooThambi2-Extrabold] [\s!name:baloothambi2extrabold] [\s!features=tamil-two]
24    \stoptypescript
25
26    % Grouping of styles:
27
28    \starttypescript [\s!sans] [baloo-thambi] [\s!name]
29        \setups[\s!font:\s!fallback:\s!serif]
30        \definefontsynonym [\s!Sans]            [BalooThambi2-Regular]
31        \definefontsynonym [\s!SansSlanted]     [BalooThambi2-Medium]
32        \definefontsynonym [\s!SansBold]        [BalooThambi2-Bold]
33        \definefontsynonym [\s!SansBoldSlanted] [BalooThambi2-Semibold]
34    \stoptypescript
35
36    \starttypescript [\s!sans] [baloo-thambi-extrabold] [\s!name]
37        \setups[\s!font:\s!fallback:\s!serif]
38        \definefontsynonym [\s!Sans]            [BalooThambi2-Medium]
39        \definefontsynonym [\s!SansSlanted]     [BalooThambi2-Semibold]
40        \definefontsynonym [\s!SansBold]        [BalooThambi2-Extrabold]
41        \definefontsynonym [\s!SansBoldSlanted] [BalooThambi2-Bold]
42    \stoptypescript
43
44    % Typefaces:
45
46    \starttypescript [baloo-thambi, baloo-thambi-extrabold]
47        \definetypeface [\typescriptone] [\s!ss] [\s!sans]  [\typescriptone] [\s!default]
48        \definetypeface [\typescriptone] [\s!rm] [\s!serif] [dejavu]         [\s!default]
49        \definetypeface [\typescriptone] [\s!mm] [\s!math]  [dejavu]         [\s!default]
50        \definetypeface [\typescriptone] [\s!tt] [\s!mono]  [dejavu]         [\s!default]
51    \stoptypescript
52
53\stoptypescriptcollection
54