summaryrefslogtreecommitdiff
path: root/macros/luatex/optex/f-baskerville.opm
blob: a81e97f63983013e16469fb0e4e71b446a56dfd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
%% This is part of OpTeX project, see http://petr.olsak.net/optex

\_fontdecl [Baskerville] \Baskerville {Free vaiants of classical Baskerville}
        {\caps} {\rm \bf \it \bi} {}
        {[BaskervilleF-Regular]}

\_wlog{\_detokenize{%
Modifier:^^J
 \caps ...... caps & small caps^^J
}}

\_protected\def \Baskerville {%
   \_def \_currfamily {Baskerville}%
   \_def \_fontnamegen {[BaskervilleF-\_currV]:\_capsV\_fontfeatures}% 
   \_resetmod
}
\_moddef \resetmod {\_fsetV caps={} \_fvars Regular Bold Italic BoldItalic }
\_moddef \caps     {\_fsetV caps=+smcp;+onum; }

\_initfontfamily % new font family must be initialized

\_endcode

See the file `f-heros.opm` for information about principles of such
font-macro-files.